Html Css Color HEX #F223D6 Razzle Dazzle Rose

📋 copy color: '#F223D6'

red 242 ◦ green 35 ◦ blue 214

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

Shades of Razzle Dazzle Rose #F223D6

Tints of Razzle Dazzle Rose #F223D6

RGB

 RED value IS 242 (94.92% from 255) = 49.29%

 GREEN value IS 35 (14.06% from 255) = 7.13%

 BLUE value IS 214 (83.98% from 255) = 43.58%

R = 49.29%
G = 7.13%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F223D6 (or 0xF223D6) is known color: Razzle Dazzle Rose. HEX triplet: F2, 23 and D6. RGB value is (242,35,214). Sum of RGB (Red+Green+Blue) = 242+35+214=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 35 (14.06% from 255 or 7.13% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F223D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F223D6 is #0DDC29. Grayscale: #747474. Windows color (decimal): -908330 or 14033906. OLE color: 14033906.

HSL color Cylindrical-coordinate representation of color #F223D6: hue angle of 308.12º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F223D6 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 35 214 -
CMYK 0 0.86 0.12 0.05
HSL 308.12º 0.89% 0.54% -
HSV(B) 308.12º 0.86% 0.95% -
XYZ 49.36 24.93 65.83 -
YUV 117.3 182.58 216.95 -
System Red Green Blue C M Y K H S L
Decimal 242 35 214 0 0.86 0.12 0.05 308.12 0.89 0.54
Hex F2 23 D6 0 56 C 5 134 59 36
Octal 362 43 326 0 126 14 5 464 131 66
Binary 11110010 100011 11010110 0 1010110 1100 101 100110100 1011001 110110

Color Harmonies of #F223D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F223D6

Black with #F223D6

Text Example


Text Example

White with #F223D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F223D6; }

 p { color: rgb(242,35,214); }

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

background-color css

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

 a { background-color: rgb(242,35,214); }

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

border-color css

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

 span { border-color: rgb(242,35,214); }

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