Html Css Color HEX #F74DC4 Razzle Dazzle Rose

📋 copy color: '#F74DC4'

red 247 ◦ green 77 ◦ blue 196

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

Shades of Razzle Dazzle Rose #F74DC4

Tints of Razzle Dazzle Rose #F74DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.69%

R = 47.5%
G = 14.81%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F74DC4 (or 0xF74DC4) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4D and C4. RGB value is (247,77,196). Sum of RGB (Red+Green+Blue) = 247+77+196=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74DC4 is #08B23B. Grayscale: #8D8D8D. Windows color (decimal): -569916 or 12865015. OLE color: 12865015.

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

Color convert

RGB 247 77 196 -
CMYK 0 0.69 0.21 0.03
HSL 318º 0.91% 0.64% -
HSV(B) 318º 0.69% 0.97% -
XYZ 50.98 29.07 55.15 -
YUV 141.4 158.82 203.32 -
System Red Green Blue C M Y K H S L
Decimal 247 77 196 0 0.69 0.21 0.03 318 0.91 0.64
Hex F7 4D C4 0 45 15 3 13E 5B 40
Octal 367 115 304 0 105 25 3 476 133 100
Binary 11110111 1001101 11000100 0 1000101 10101 11 100111110 1011011 1000000

Color Harmonies of #F74DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74DC4

Black with #F74DC4

Text Example


Text Example

White with #F74DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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