Html Css Color HEX #F028ED Razzle Dazzle Rose

📋 copy color: '#F028ED'

red 240 ◦ green 40 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F028ED

Tints of Razzle Dazzle Rose #F028ED

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.74%

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

R = 46.42%
G = 7.74%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F028ED (or 0xF028ED) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and ED. RGB value is (240,40,237). Sum of RGB (Red+Green+Blue) = 240+40+237=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 40 (16.02% from 255 or 7.74% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F028ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F028ED is #0FD712. Grayscale: #797979. Windows color (decimal): -1038099 or 15542512. OLE color: 15542512.

HSL color Cylindrical-coordinate representation of color #F028ED: hue angle of 300.9º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F028ED is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 40 237 -
CMYK 0 0.83 0.01 0.06
HSL 300.9º 0.87% 0.55% -
HSV(B) 300.9º 0.83% 0.94% -
XYZ 51.98 26.16 82.43 -
YUV 122.26 192.76 211.98 -
System Red Green Blue C M Y K H S L
Decimal 240 40 237 0 0.83 0.01 0.06 300.9 0.87 0.55
Hex F0 28 ED 0 53 1 6 12D 57 37
Octal 360 50 355 0 123 1 6 455 127 67
Binary 11110000 101000 11101101 0 1010011 1 110 100101101 1010111 110111

Color Harmonies of #F028ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F028ED

Black with #F028ED

Text Example


Text Example

White with #F028ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F028ED; }

 p { color: rgb(240,40,237); }

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

background-color css

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

 a { background-color: rgb(240,40,237); }

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

border-color css

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

 span { border-color: rgb(240,40,237); }

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