Html Css Color HEX #F842D3 Razzle Dazzle Rose

📋 copy color: '#F842D3'

red 248 ◦ green 66 ◦ blue 211

#F842D3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F842D3

Tints of Razzle Dazzle Rose #F842D3

RGB

 RED value IS 248 (97.27% from 255) = 47.24%

 GREEN value IS 66 (26.17% from 255) = 12.57%

 BLUE value IS 211 (82.81% from 255) = 40.19%

R = 47.24%
G = 12.57%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F842D3 (or 0xF842D3) is known color: Razzle Dazzle Rose. HEX triplet: F8, 42 and D3. RGB value is (248,66,211). Sum of RGB (Red+Green+Blue) = 248+66+211=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F842D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F842D3 is #07BD2C. Grayscale: #888888. Windows color (decimal): -507181 or 13845240. OLE color: 13845240.

HSL color Cylindrical-coordinate representation of color #F842D3: hue angle of 312.2º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F842D3 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 66 211 -
CMYK 0 0.73 0.15 0.03
HSL 312.2º 0.93% 0.62% -
HSV(B) 312.2º 0.73% 0.97% -
XYZ 52.42 28.56 64.38 -
YUV 136.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 248 66 211 0 0.73 0.15 0.03 312.2 0.93 0.62
Hex F8 42 D3 0 49 F 3 138 5D 3E
Octal 370 102 323 0 111 17 3 470 135 76
Binary 11111000 1000010 11010011 0 1001001 1111 11 100111000 1011101 111110

Color Harmonies of #F842D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F842D3

Black with #F842D3

Text Example


Text Example

White with #F842D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F842D3; }

 p { color: rgb(248,66,211); }

 H1.HeaderClassName
 {
   color: #F842D3;
 }
 .AnyTagClassName
 {
   color: #F842D3;
 }
</style>

background-color css

<style>
 a { background-color: #F842D3; }

 a { background-color: rgb(248,66,211); }

 div.DivClassName
 {
   background-color: #F842D3;
 }
 .BgClassName
 {
   background-color: #F842D3;
 }
</style>

border-color css

<style>
 span { border-color: #F842D3; }

 span { border-color: rgb(248,66,211); }

 td.TdClassName
 {
   border-color: #F842D3;
 }
 .TagClassName
 {
   border-color: #F842D3;
 }
</style>