Html Css Color HEX #F74DCF Razzle Dazzle Rose

📋 copy color: '#F74DCF'

red 247 ◦ green 77 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F74DCF

Tints of Razzle Dazzle Rose #F74DCF

RGB

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

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

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

R = 46.52%
G = 14.5%
B = 38.98%

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

#F74DCF (or 0xF74DCF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4D and CF. RGB value is (247,77,207). Sum of RGB (Red+Green+Blue) = 247+77+207=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 77 (30.47% from 255 or 14.50% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74DCF is #08B230. Grayscale: #8E8E8E. Windows color (decimal): -569905 or 13585911. OLE color: 13585911.

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

Color convert

RGB 247 77 207 -
CMYK 0 0.69 0.16 0.03
HSL 314.12º 0.91% 0.64% -
HSV(B) 314.12º 0.69% 0.97% -
XYZ 52.27 29.59 61.99 -
YUV 142.65 164.32 202.43 -
System Red Green Blue C M Y K H S L
Decimal 247 77 207 0 0.69 0.16 0.03 314.12 0.91 0.64
Hex F7 4D CF 0 45 10 3 13A 5B 40
Octal 367 115 317 0 105 20 3 472 133 100
Binary 11110111 1001101 11001111 0 1000101 10000 11 100111010 1011011 1000000

Color Harmonies of #F74DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74DCF

Black with #F74DCF

Text Example


Text Example

White with #F74DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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