Html Css Color HEX #F231ED Razzle Dazzle Rose

📋 copy color: '#F231ED'

red 242 ◦ green 49 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F231ED

Tints of Razzle Dazzle Rose #F231ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 45.83%
G = 9.28%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F231ED (or 0xF231ED) is known color: Razzle Dazzle Rose. HEX triplet: F2, 31 and ED. RGB value is (242,49,237). Sum of RGB (Red+Green+Blue) = 242+49+237=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 49 (19.53% from 255 or 9.28% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F231ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F231ED is #0DCE12. Grayscale: #7F7F7F. Windows color (decimal): -904723 or 15544818. OLE color: 15544818.

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

Color convert

RGB 242 49 237 -
CMYK 0 0.80 0.02 0.05
HSL 301.55º 0.88% 0.57% -
HSV(B) 301.55º 0.8% 0.95% -
XYZ 53 27.19 82.58 -
YUV 128.14 189.44 209.21 -
System Red Green Blue C M Y K H S L
Decimal 242 49 237 0 0.80 0.02 0.05 301.55 0.88 0.57
Hex F2 31 ED 0 50 2 5 12E 58 39
Octal 362 61 355 0 120 2 5 456 130 71
Binary 11110010 110001 11101101 0 1010000 10 101 100101110 1011000 111001

Color Harmonies of #F231ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F231ED

Black with #F231ED

Text Example


Text Example

White with #F231ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F231ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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