Html Css Color HEX #F74ABF Razzle Dazzle Rose

📋 copy color: '#F74ABF'

red 247 ◦ green 74 ◦ blue 191

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

Shades of Razzle Dazzle Rose #F74ABF

Tints of Razzle Dazzle Rose #F74ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.3%

R = 48.24%
G = 14.45%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F74ABF (or 0xF74ABF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4A and BF. RGB value is (247,74,191). Sum of RGB (Red+Green+Blue) = 247+74+191=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F74ABF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74ABF is #08B540. Grayscale: #8A8A8A. Windows color (decimal): -570689 or 12536567. OLE color: 12536567.

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

Color convert

RGB 247 74 191 -
CMYK 0 0.70 0.23 0.03
HSL 319.42º 0.92% 0.63% -
HSV(B) 319.42º 0.7% 0.97% -
XYZ 50.21 28.43 52.13 -
YUV 139.07 157.31 204.99 -
System Red Green Blue C M Y K H S L
Decimal 247 74 191 0 0.70 0.23 0.03 319.42 0.92 0.63
Hex F7 4A BF 0 46 17 3 13F 5C 3F
Octal 367 112 277 0 106 27 3 477 134 77
Binary 11110111 1001010 10111111 0 1000110 10111 11 100111111 1011100 111111

Color Harmonies of #F74ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74ABF

Black with #F74ABF

Text Example


Text Example

White with #F74ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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