Html Css Color HEX #F74ACD Razzle Dazzle Rose

📋 copy color: '#F74ACD'

red 247 ◦ green 74 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F74ACD

Tints of Razzle Dazzle Rose #F74ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.97%

R = 46.96%
G = 14.07%
B = 38.97%

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

#F74ACD (or 0xF74ACD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4A and CD. RGB value is (247,74,205). Sum of RGB (Red+Green+Blue) = 247+74+205=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 74 (29.30% from 255 or 14.07% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F74ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74ACD is #08B532. Grayscale: #8C8C8C. Windows color (decimal): -570675 or 13454071. OLE color: 13454071.

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

Color convert

RGB 247 74 205 -
CMYK 0 0.70 0.17 0.03
HSL 314.57º 0.92% 0.63% -
HSV(B) 314.57º 0.7% 0.97% -
XYZ 51.83 29.08 60.64 -
YUV 140.66 164.31 203.85 -
System Red Green Blue C M Y K H S L
Decimal 247 74 205 0 0.70 0.17 0.03 314.57 0.92 0.63
Hex F7 4A CD 0 46 11 3 13B 5C 3F
Octal 367 112 315 0 106 21 3 473 134 77
Binary 11110111 1001010 11001101 0 1000110 10001 11 100111011 1011100 111111

Color Harmonies of #F74ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74ACD

Black with #F74ACD

Text Example


Text Example

White with #F74ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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