Html Css Color HEX #F842C2 Razzle Dazzle Rose

📋 copy color: '#F842C2'

red 248 ◦ green 66 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F842C2

Tints of Razzle Dazzle Rose #F842C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.19%

R = 48.82%
G = 12.99%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F842C2 (or 0xF842C2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 42 and C2. RGB value is (248,66,194). Sum of RGB (Red+Green+Blue) = 248+66+194=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F842C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F842C2 is #07BD3D. Grayscale: #868686. Windows color (decimal): -507198 or 12731128. OLE color: 12731128.

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

Color convert

RGB 248 66 194 -
CMYK 0 0.73 0.22 0.03
HSL 317.8º 0.93% 0.62% -
HSV(B) 317.8º 0.73% 0.97% -
XYZ 50.4 27.75 53.74 -
YUV 135.01 161.3 208.59 -
System Red Green Blue C M Y K H S L
Decimal 248 66 194 0 0.73 0.22 0.03 317.8 0.93 0.62
Hex F8 42 C2 0 49 16 3 13E 5D 3E
Octal 370 102 302 0 111 26 3 476 135 76
Binary 11111000 1000010 11000010 0 1001001 10110 11 100111110 1011101 111110

Color Harmonies of #F842C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F842C2

Black with #F842C2

Text Example


Text Example

White with #F842C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F842C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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