Html Css Color HEX #F038E4 Razzle Dazzle Rose

📋 copy color: '#F038E4'

red 240 ◦ green 56 ◦ blue 228

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

Shades of Razzle Dazzle Rose #F038E4

Tints of Razzle Dazzle Rose #F038E4

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.69%

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

R = 45.8%
G = 10.69%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F038E4 (or 0xF038E4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 38 and E4. RGB value is (240,56,228). Sum of RGB (Red+Green+Blue) = 240+56+228=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 56 (22.27% from 255 or 10.69% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F038E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F038E4 is #0FC71B. Grayscale: #828282. Windows color (decimal): -1034012 or 14956784. OLE color: 14956784.

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

Color convert

RGB 240 56 228 -
CMYK 0 0.77 0.05 0.06
HSL 303.91º 0.86% 0.58% -
HSV(B) 303.91º 0.77% 0.94% -
XYZ 51.35 26.96 75.9 -
YUV 130.62 182.96 206.01 -
System Red Green Blue C M Y K H S L
Decimal 240 56 228 0 0.77 0.05 0.06 303.91 0.86 0.58
Hex F0 38 E4 0 4D 5 6 130 56 3A
Octal 360 70 344 0 115 5 6 460 126 72
Binary 11110000 111000 11100100 0 1001101 101 110 100110000 1010110 111010

Color Harmonies of #F038E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F038E4

Black with #F038E4

Text Example


Text Example

White with #F038E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F038E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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