Html Css Color HEX #F74ABB Razzle Dazzle Rose

📋 copy color: '#F74ABB'

red 247 ◦ green 74 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F74ABB

Tints of Razzle Dazzle Rose #F74ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 48.62%
G = 14.57%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F74ABB (or 0xF74ABB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4A and BB. RGB value is (247,74,187). Sum of RGB (Red+Green+Blue) = 247+74+187=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F74ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74ABB is #08B544. Grayscale: #8A8A8A. Windows color (decimal): -570693 or 12274423. OLE color: 12274423.

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

Color convert

RGB 247 74 187 -
CMYK 0 0.70 0.24 0.03
HSL 320.81º 0.92% 0.63% -
HSV(B) 320.81º 0.7% 0.97% -
XYZ 49.78 28.26 49.84 -
YUV 138.61 155.31 205.31 -
System Red Green Blue C M Y K H S L
Decimal 247 74 187 0 0.70 0.24 0.03 320.81 0.92 0.63
Hex F7 4A BB 0 46 18 3 141 5C 3F
Octal 367 112 273 0 106 30 3 501 134 77
Binary 11110111 1001010 10111011 0 1000110 11000 11 101000001 1011100 111111

Color Harmonies of #F74ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74ABB

Black with #F74ABB

Text Example


Text Example

White with #F74ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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