Html Css Color HEX #F031E4 Razzle Dazzle Rose

📋 copy color: '#F031E4'

red 240 ◦ green 49 ◦ blue 228

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

Shades of Razzle Dazzle Rose #F031E4

Tints of Razzle Dazzle Rose #F031E4

RGB

 RED value IS 240 (94.14% from 255) = 46.42%

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

 BLUE value IS 228 (89.45% from 255) = 44.1%

R = 46.42%
G = 9.48%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F031E4 (or 0xF031E4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and E4. RGB value is (240,49,228). Sum of RGB (Red+Green+Blue) = 240+49+228=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 49 (19.53% from 255 or 9.48% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F031E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F031E4 is #0FCE1B. Grayscale: #7D7D7D. Windows color (decimal): -1035804 or 14954992. OLE color: 14954992.

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

Color convert

RGB 240 49 228 -
CMYK 0 0.80 0.05 0.06
HSL 303.77º 0.86% 0.57% -
HSV(B) 303.77º 0.8% 0.94% -
XYZ 51.04 26.32 75.79 -
YUV 126.52 185.28 208.95 -
System Red Green Blue C M Y K H S L
Decimal 240 49 228 0 0.80 0.05 0.06 303.77 0.86 0.57
Hex F0 31 E4 0 50 5 6 130 56 39
Octal 360 61 344 0 120 5 6 460 126 71
Binary 11110000 110001 11100100 0 1010000 101 110 100110000 1010110 111001

Color Harmonies of #F031E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F031E4

Black with #F031E4

Text Example


Text Example

White with #F031E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F031E4; }

 p { color: rgb(240,49,228); }

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

background-color css

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

 a { background-color: rgb(240,49,228); }

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

border-color css

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

 span { border-color: rgb(240,49,228); }

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