Html Css Color HEX #F94ACE Razzle Dazzle Rose

📋 copy color: '#F94ACE'

red 249 ◦ green 74 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F94ACE

Tints of Razzle Dazzle Rose #F94ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.99%

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 47.07%
G = 13.99%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F94ACE (or 0xF94ACE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4A and CE. RGB value is (249,74,206). Sum of RGB (Red+Green+Blue) = 249+74+206=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 74 (29.30% from 255 or 13.99% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F94ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94ACE is #06B531. Grayscale: #8D8D8D. Windows color (decimal): -439602 or 13519609. OLE color: 13519609.

HSL color Cylindrical-coordinate representation of color #F94ACE: hue angle of 314.74º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94ACE is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 74 206 -
CMYK 0 0.70 0.17 0.02
HSL 314.74º 0.94% 0.63% -
HSV(B) 314.74º 0.7% 0.98% -
XYZ 52.66 29.49 61.31 -
YUV 141.37 164.48 204.77 -
System Red Green Blue C M Y K H S L
Decimal 249 74 206 0 0.70 0.17 0.02 314.74 0.94 0.63
Hex F9 4A CE 0 46 11 2 13B 5E 3F
Octal 371 112 316 0 106 21 2 473 136 77
Binary 11111001 1001010 11001110 0 1000110 10001 10 100111011 1011110 111111

Color Harmonies of #F94ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94ACE

Black with #F94ACE

Text Example


Text Example

White with #F94ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94ACE; }

 p { color: rgb(249,74,206); }

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

background-color css

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

 a { background-color: rgb(249,74,206); }

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

border-color css

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

 span { border-color: rgb(249,74,206); }

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