Html Css Color HEX #F840E5 Razzle Dazzle Rose

📋 copy color: '#F840E5'

red 248 ◦ green 64 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F840E5

Tints of Razzle Dazzle Rose #F840E5

RGB

 RED value IS 248 (97.27% from 255) = 45.84%

 GREEN value IS 64 (25.39% from 255) = 11.83%

 BLUE value IS 229 (89.84% from 255) = 42.33%

R = 45.84%
G = 11.83%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F840E5 (or 0xF840E5) is known color: Razzle Dazzle Rose. HEX triplet: F8, 40 and E5. RGB value is (248,64,229). Sum of RGB (Red+Green+Blue) = 248+64+229=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 64 (25.39% from 255 or 11.83% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F840E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F840E5 is #07BF1A. Grayscale: #898989. Windows color (decimal): -507675 or 15024376. OLE color: 15024376.

HSL color Cylindrical-coordinate representation of color #F840E5: hue angle of 306.2º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F840E5 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 64 229 -
CMYK 0 0.74 0.08 0.03
HSL 306.2º 0.93% 0.61% -
HSV(B) 306.2º 0.74% 0.97% -
XYZ 54.69 29.28 76.9 -
YUV 137.83 179.46 206.58 -
System Red Green Blue C M Y K H S L
Decimal 248 64 229 0 0.74 0.08 0.03 306.2 0.93 0.61
Hex F8 40 E5 0 4A 8 3 132 5D 3D
Octal 370 100 345 0 112 10 3 462 135 75
Binary 11111000 1000000 11100101 0 1001010 1000 11 100110010 1011101 111101

Color Harmonies of #F840E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F840E5

Black with #F840E5

Text Example


Text Example

White with #F840E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F840E5; }

 p { color: rgb(248,64,229); }

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

background-color css

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

 a { background-color: rgb(248,64,229); }

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

border-color css

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

 span { border-color: rgb(248,64,229); }

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