Html Css Color HEX #F84EC5 Razzle Dazzle Rose

📋 copy color: '#F84EC5'

red 248 ◦ green 78 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F84EC5

Tints of Razzle Dazzle Rose #F84EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.67%

R = 47.42%
G = 14.91%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F84EC5 (or 0xF84EC5) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4E and C5. RGB value is (248,78,197). Sum of RGB (Red+Green+Blue) = 248+78+197=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F84EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84EC5 is #07B13A. Grayscale: #8E8E8E. Windows color (decimal): -504123 or 12930808. OLE color: 12930808.

HSL color Cylindrical-coordinate representation of color #F84EC5: hue angle of 318º 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 #F84EC5 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 78 197 -
CMYK 0 0.69 0.21 0.03
HSL 318º 0.92% 0.64% -
HSV(B) 318º 0.69% 0.97% -
XYZ 51.51 29.44 55.79 -
YUV 142.4 158.82 203.32 -
System Red Green Blue C M Y K H S L
Decimal 248 78 197 0 0.69 0.21 0.03 318 0.92 0.64
Hex F8 4E C5 0 45 15 3 13E 5C 40
Octal 370 116 305 0 105 25 3 476 134 100
Binary 11111000 1001110 11000101 0 1000101 10101 11 100111110 1011100 1000000

Color Harmonies of #F84EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84EC5

Black with #F84EC5

Text Example


Text Example

White with #F84EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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