Html Css Color HEX #F74CCF Razzle Dazzle Rose

📋 copy color: '#F74CCF'

red 247 ◦ green 76 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F74CCF

Tints of Razzle Dazzle Rose #F74CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.34%

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 46.6%
G = 14.34%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F74CCF (or 0xF74CCF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4C and CF. RGB value is (247,76,207). Sum of RGB (Red+Green+Blue) = 247+76+207=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 76 (30.08% from 255 or 14.34% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F74CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74CCF is #08B330. Grayscale: #8D8D8D. Windows color (decimal): -570161 or 13585655. OLE color: 13585655.

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

Color convert

RGB 247 76 207 -
CMYK 0 0.69 0.16 0.03
HSL 314.04º 0.91% 0.63% -
HSV(B) 314.04º 0.69% 0.97% -
XYZ 52.2 29.45 61.96 -
YUV 142.06 164.65 202.85 -
System Red Green Blue C M Y K H S L
Decimal 247 76 207 0 0.69 0.16 0.03 314.04 0.91 0.63
Hex F7 4C CF 0 45 10 3 13A 5B 3F
Octal 367 114 317 0 105 20 3 472 133 77
Binary 11110111 1001100 11001111 0 1000101 10000 11 100111010 1011011 111111

Color Harmonies of #F74CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74CCF

Black with #F74CCF

Text Example


Text Example

White with #F74CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74CCF; }

 p { color: rgb(247,76,207); }

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

background-color css

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

 a { background-color: rgb(247,76,207); }

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

border-color css

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

 span { border-color: rgb(247,76,207); }

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