Html Css Color HEX #F231C6 Razzle Dazzle Rose

📋 copy color: '#F231C6'

red 242 ◦ green 49 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F231C6

Tints of Razzle Dazzle Rose #F231C6

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.02%

 BLUE value IS 198 (77.73% from 255) = 40.49%

R = 49.49%
G = 10.02%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F231C6 (or 0xF231C6) is known color: Razzle Dazzle Rose. HEX triplet: F2, 31 and C6. RGB value is (242,49,198). Sum of RGB (Red+Green+Blue) = 242+49+198=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F231C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F231C6 is #0DCE39. Grayscale: #7B7B7B. Windows color (decimal): -904762 or 12988914. OLE color: 12988914.

HSL color Cylindrical-coordinate representation of color #F231C6: hue angle of 313.68º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F231C6 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 198 -
CMYK 0 0.80 0.18 0.05
HSL 313.68º 0.88% 0.57% -
HSV(B) 313.68º 0.8% 0.95% -
XYZ 47.91 25.15 55.76 -
YUV 123.69 169.94 212.38 -
System Red Green Blue C M Y K H S L
Decimal 242 49 198 0 0.80 0.18 0.05 313.68 0.88 0.57
Hex F2 31 C6 0 50 12 5 13A 58 39
Octal 362 61 306 0 120 22 5 472 130 71
Binary 11110010 110001 11000110 0 1010000 10010 101 100111010 1011000 111001

Color Harmonies of #F231C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F231C6

Black with #F231C6

Text Example


Text Example

White with #F231C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F231C6; }

 p { color: rgb(242,49,198); }

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

background-color css

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

 a { background-color: rgb(242,49,198); }

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

border-color css

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

 span { border-color: rgb(242,49,198); }

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