Html Css Color HEX #F84ECC Razzle Dazzle Rose

📋 copy color: '#F84ECC'

red 248 ◦ green 78 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F84ECC

Tints of Razzle Dazzle Rose #F84ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.72%

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 46.79%
G = 14.72%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F84ECC (or 0xF84ECC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4E and CC. RGB value is (248,78,204). Sum of RGB (Red+Green+Blue) = 248+78+204=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 78 (30.86% from 255 or 14.72% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F84ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84ECC is #07B133. Grayscale: #8E8E8E. Windows color (decimal): -504116 or 13389560. OLE color: 13389560.

HSL color Cylindrical-coordinate representation of color #F84ECC: hue angle of 315.53º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84ECC is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 78 204 -
CMYK 0 0.69 0.18 0.03
HSL 315.53º 0.92% 0.64% -
HSV(B) 315.53º 0.69% 0.97% -
XYZ 52.33 29.76 60.11 -
YUV 143.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 248 78 204 0 0.69 0.18 0.03 315.53 0.92 0.64
Hex F8 4E CC 0 45 12 3 13C 5C 40
Octal 370 116 314 0 105 22 3 474 134 100
Binary 11111000 1001110 11001100 0 1000101 10010 11 100111100 1011100 1000000

Color Harmonies of #F84ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84ECC

Black with #F84ECC

Text Example


Text Example

White with #F84ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84ECC; }

 p { color: rgb(248,78,204); }

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

background-color css

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

 a { background-color: rgb(248,78,204); }

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

border-color css

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

 span { border-color: rgb(248,78,204); }

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