Html Css Color HEX #F74DC3 Razzle Dazzle Rose

📋 copy color: '#F74DC3'

red 247 ◦ green 77 ◦ blue 195

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

Shades of Razzle Dazzle Rose #F74DC3

Tints of Razzle Dazzle Rose #F74DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.57%

R = 47.59%
G = 14.84%
B = 37.57%

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

#F74DC3 (or 0xF74DC3) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4D and C3. RGB value is (247,77,195). Sum of RGB (Red+Green+Blue) = 247+77+195=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74DC3 is #08B23C. Grayscale: #8C8C8C. Windows color (decimal): -569917 or 12799479. OLE color: 12799479.

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

Color convert

RGB 247 77 195 -
CMYK 0 0.69 0.21 0.03
HSL 318.35º 0.91% 0.64% -
HSV(B) 318.35º 0.69% 0.97% -
XYZ 50.86 29.02 54.55 -
YUV 141.28 158.32 203.41 -
System Red Green Blue C M Y K H S L
Decimal 247 77 195 0 0.69 0.21 0.03 318.35 0.91 0.64
Hex F7 4D C3 0 45 15 3 13E 5B 40
Octal 367 115 303 0 105 25 3 476 133 100
Binary 11110111 1001101 11000011 0 1000101 10101 11 100111110 1011011 1000000

Color Harmonies of #F74DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74DC3

Black with #F74DC3

Text Example


Text Example

White with #F74DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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