Html Css Color HEX #F74ACB Razzle Dazzle Rose

📋 copy color: '#F74ACB'

red 247 ◦ green 74 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F74ACB

Tints of Razzle Dazzle Rose #F74ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 47.14%
G = 14.12%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F74ACB (or 0xF74ACB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4A and CB. RGB value is (247,74,203). Sum of RGB (Red+Green+Blue) = 247+74+203=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 74 (29.30% from 255 or 14.12% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F74ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74ACB is #08B534. Grayscale: #8C8C8C. Windows color (decimal): -570677 or 13322999. OLE color: 13322999.

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

Color convert

RGB 247 74 203 -
CMYK 0 0.70 0.18 0.03
HSL 315.26º 0.92% 0.63% -
HSV(B) 315.26º 0.7% 0.97% -
XYZ 51.59 28.98 59.38 -
YUV 140.43 163.31 204.01 -
System Red Green Blue C M Y K H S L
Decimal 247 74 203 0 0.70 0.18 0.03 315.26 0.92 0.63
Hex F7 4A CB 0 46 12 3 13B 5C 3F
Octal 367 112 313 0 106 22 3 473 134 77
Binary 11110111 1001010 11001011 0 1000110 10010 11 100111011 1011100 111111

Color Harmonies of #F74ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74ACB

Black with #F74ACB

Text Example


Text Example

White with #F74ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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