Html Css Color HEX #F81EDC Razzle Dazzle Rose

📋 copy color: '#F81EDC'

red 248 ◦ green 30 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F81EDC

Tints of Razzle Dazzle Rose #F81EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.02%

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 49.8%
G = 6.02%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F81EDC (or 0xF81EDC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1E and DC. RGB value is (248,30,220). Sum of RGB (Red+Green+Blue) = 248+30+220=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 30 (12.11% from 255 or 6.02% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F81EDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81EDC is #07E123. Grayscale: #747474. Windows color (decimal): -516388 or 14425848. OLE color: 14425848.

HSL color Cylindrical-coordinate representation of color #F81EDC: hue angle of 307.71º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81EDC is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 30 220 -
CMYK 0 0.88 0.11 0.03
HSL 307.71º 0.94% 0.55% -
HSV(B) 307.71º 0.88% 0.97% -
XYZ 52.09 26.05 69.99 -
YUV 116.84 186.22 221.55 -
System Red Green Blue C M Y K H S L
Decimal 248 30 220 0 0.88 0.11 0.03 307.71 0.94 0.55
Hex F8 1E DC 0 58 B 3 134 5E 37
Octal 370 36 334 0 130 13 3 464 136 67
Binary 11111000 11110 11011100 0 1011000 1011 11 100110100 1011110 110111

Color Harmonies of #F81EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81EDC

Black with #F81EDC

Text Example


Text Example

White with #F81EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81EDC; }

 p { color: rgb(248,30,220); }

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

background-color css

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

 a { background-color: rgb(248,30,220); }

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

border-color css

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

 span { border-color: rgb(248,30,220); }

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