Html Css Color HEX #F74AD3 Razzle Dazzle Rose

📋 copy color: '#F74AD3'

red 247 ◦ green 74 ◦ blue 211

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

Shades of Razzle Dazzle Rose #F74AD3

Tints of Razzle Dazzle Rose #F74AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.66%

R = 46.43%
G = 13.91%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F74AD3 (or 0xF74AD3) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4A and D3. RGB value is (247,74,211). Sum of RGB (Red+Green+Blue) = 247+74+211=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 74 (29.30% from 255 or 13.91% from 532); Blue value is 211 (82.81% from 255 or 39.66% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F74AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74AD3 is #08B52C. Grayscale: #8C8C8C. Windows color (decimal): -570669 or 13847287. OLE color: 13847287.

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

Color convert

RGB 247 74 211 -
CMYK 0 0.70 0.15 0.03
HSL 312.49º 0.92% 0.63% -
HSV(B) 312.49º 0.7% 0.97% -
XYZ 52.56 29.37 64.53 -
YUV 141.35 167.31 203.36 -
System Red Green Blue C M Y K H S L
Decimal 247 74 211 0 0.70 0.15 0.03 312.49 0.92 0.63
Hex F7 4A D3 0 46 F 3 138 5C 3F
Octal 367 112 323 0 106 17 3 470 134 77
Binary 11110111 1001010 11010011 0 1000110 1111 11 100111000 1011100 111111

Color Harmonies of #F74AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74AD3

Black with #F74AD3

Text Example


Text Example

White with #F74AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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