Html Css Color HEX #F231CE Razzle Dazzle Rose

📋 copy color: '#F231CE'

red 242 ◦ green 49 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F231CE

Tints of Razzle Dazzle Rose #F231CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 48.69%
G = 9.86%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F231CE (or 0xF231CE) is known color: Razzle Dazzle Rose. HEX triplet: F2, 31 and CE. RGB value is (242,49,206). Sum of RGB (Red+Green+Blue) = 242+49+206=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 49 (19.53% from 255 or 9.86% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F231CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F231CE is #0DCE31. Grayscale: #7C7C7C. Windows color (decimal): -904754 or 13513202. OLE color: 13513202.

HSL color Cylindrical-coordinate representation of color #F231CE: hue angle of 311.19º 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 #F231CE is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 206 -
CMYK 0 0.80 0.15 0.05
HSL 311.19º 0.88% 0.57% -
HSV(B) 311.19º 0.8% 0.95% -
XYZ 48.86 25.53 60.75 -
YUV 124.61 173.94 211.73 -
System Red Green Blue C M Y K H S L
Decimal 242 49 206 0 0.80 0.15 0.05 311.19 0.88 0.57
Hex F2 31 CE 0 50 F 5 137 58 39
Octal 362 61 316 0 120 17 5 467 130 71
Binary 11110010 110001 11001110 0 1010000 1111 101 100110111 1011000 111001

Color Harmonies of #F231CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F231CE

Black with #F231CE

Text Example


Text Example

White with #F231CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F231CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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