Html Css Color HEX #F94EC5 Razzle Dazzle Rose

📋 copy color: '#F94EC5'

red 249 ◦ green 78 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F94EC5

Tints of Razzle Dazzle Rose #F94EC5

RGB

 RED value IS 249 (97.66% from 255) = 47.52%

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

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

R = 47.52%
G = 14.89%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F94EC5 (or 0xF94EC5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4E and C5. RGB value is (249,78,197). Sum of RGB (Red+Green+Blue) = 249+78+197=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F94EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94EC5 is #06B13A. Grayscale: #8E8E8E. Windows color (decimal): -438587 or 12930809. OLE color: 12930809.

HSL color Cylindrical-coordinate representation of color #F94EC5: hue angle of 318.25º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94EC5 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 78 197 -
CMYK 0 0.69 0.21 0.02
HSL 318.25º 0.93% 0.64% -
HSV(B) 318.25º 0.69% 0.98% -
XYZ 51.87 29.62 55.81 -
YUV 142.7 158.65 203.82 -
System Red Green Blue C M Y K H S L
Decimal 249 78 197 0 0.69 0.21 0.02 318.25 0.93 0.64
Hex F9 4E C5 0 45 15 2 13E 5D 40
Octal 371 116 305 0 105 25 2 476 135 100
Binary 11111001 1001110 11000101 0 1000101 10101 10 100111110 1011101 1000000

Color Harmonies of #F94EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94EC5

Black with #F94EC5

Text Example


Text Example

White with #F94EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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