Html Css Color HEX #F74DBF Razzle Dazzle Rose

📋 copy color: '#F74DBF'

red 247 ◦ green 77 ◦ blue 191

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

Shades of Razzle Dazzle Rose #F74DBF

Tints of Razzle Dazzle Rose #F74DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.95%

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

R = 47.96%
G = 14.95%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F74DBF (or 0xF74DBF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4D and BF. RGB value is (247,77,191). Sum of RGB (Red+Green+Blue) = 247+77+191=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74DBF is #08B240. Grayscale: #8C8C8C. Windows color (decimal): -569921 or 12537335. OLE color: 12537335.

HSL color Cylindrical-coordinate representation of color #F74DBF: hue angle of 319.76º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74DBF is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 77 191 -
CMYK 0 0.69 0.23 0.03
HSL 319.76º 0.91% 0.64% -
HSV(B) 319.76º 0.69% 0.97% -
XYZ 50.42 28.84 52.2 -
YUV 140.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 247 77 191 0 0.69 0.23 0.03 319.76 0.91 0.64
Hex F7 4D BF 0 45 17 3 140 5B 40
Octal 367 115 277 0 105 27 3 500 133 100
Binary 11110111 1001101 10111111 0 1000101 10111 11 101000000 1011011 1000000

Color Harmonies of #F74DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74DBF

Black with #F74DBF

Text Example


Text Example

White with #F74DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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