Html Css Color HEX #F842D0 Razzle Dazzle Rose

📋 copy color: '#F842D0'

red 248 ◦ green 66 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F842D0

Tints of Razzle Dazzle Rose #F842D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.85%

R = 47.51%
G = 12.64%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F842D0 (or 0xF842D0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 42 and D0. RGB value is (248,66,208). Sum of RGB (Red+Green+Blue) = 248+66+208=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 66 (26.17% from 255 or 12.64% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F842D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F842D0 is #07BD2F. Grayscale: #888888. Windows color (decimal): -507184 or 13648632. OLE color: 13648632.

HSL color Cylindrical-coordinate representation of color #F842D0: hue angle of 313.19º 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 #F842D0 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 66 208 -
CMYK 0 0.73 0.16 0.03
HSL 313.19º 0.93% 0.62% -
HSV(B) 313.19º 0.73% 0.97% -
XYZ 52.04 28.41 62.41 -
YUV 136.61 168.3 207.45 -
System Red Green Blue C M Y K H S L
Decimal 248 66 208 0 0.73 0.16 0.03 313.19 0.93 0.62
Hex F8 42 D0 0 49 10 3 139 5D 3E
Octal 370 102 320 0 111 20 3 471 135 76
Binary 11111000 1000010 11010000 0 1001001 10000 11 100111001 1011101 111110

Color Harmonies of #F842D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F842D0

Black with #F842D0

Text Example


Text Example

White with #F842D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F842D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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