Html Css Color HEX #F74ACE Razzle Dazzle Rose

📋 copy color: '#F74ACE'

red 247 ◦ green 74 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F74ACE

Tints of Razzle Dazzle Rose #F74ACE

RGB

 RED value IS 247 (96.88% from 255) = 46.87%

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

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

R = 46.87%
G = 14.04%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F74ACE (or 0xF74ACE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4A and CE. RGB value is (247,74,206). Sum of RGB (Red+Green+Blue) = 247+74+206=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 74 (29.30% from 255 or 14.04% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F74ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74ACE is #08B531. Grayscale: #8C8C8C. Windows color (decimal): -570674 or 13519607. OLE color: 13519607.

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

Color convert

RGB 247 74 206 -
CMYK 0 0.70 0.17 0.03
HSL 314.22º 0.92% 0.63% -
HSV(B) 314.22º 0.7% 0.97% -
XYZ 51.95 29.13 61.28 -
YUV 140.78 164.81 203.77 -
System Red Green Blue C M Y K H S L
Decimal 247 74 206 0 0.70 0.17 0.03 314.22 0.92 0.63
Hex F7 4A CE 0 46 11 3 13A 5C 3F
Octal 367 112 316 0 106 21 3 472 134 77
Binary 11110111 1001010 11001110 0 1000110 10001 11 100111010 1011100 111111

Color Harmonies of #F74ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74ACE

Black with #F74ACE

Text Example


Text Example

White with #F74ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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