Html Css Color HEX #F747CA Razzle Dazzle Rose

📋 copy color: '#F747CA'

red 247 ◦ green 71 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F747CA

Tints of Razzle Dazzle Rose #F747CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.65%

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 47.5%
G = 13.65%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F747CA (or 0xF747CA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 47 and CA. RGB value is (247,71,202). Sum of RGB (Red+Green+Blue) = 247+71+202=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 71 (28.12% from 255 or 13.65% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F747CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F747CA is #08B835. Grayscale: #8A8A8A. Windows color (decimal): -571446 or 13256695. OLE color: 13256695.

HSL color Cylindrical-coordinate representation of color #F747CA: hue angle of 315.34º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F747CA is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 71 202 -
CMYK 0 0.71 0.18 0.03
HSL 315.34º 0.92% 0.62% -
HSV(B) 315.34º 0.71% 0.97% -
XYZ 51.27 28.54 58.68 -
YUV 138.56 163.81 205.35 -
System Red Green Blue C M Y K H S L
Decimal 247 71 202 0 0.71 0.18 0.03 315.34 0.92 0.62
Hex F7 47 CA 0 47 12 3 13B 5C 3E
Octal 367 107 312 0 107 22 3 473 134 76
Binary 11110111 1000111 11001010 0 1000111 10010 11 100111011 1011100 111110

Color Harmonies of #F747CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F747CA

Black with #F747CA

Text Example


Text Example

White with #F747CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F747CA; }

 p { color: rgb(247,71,202); }

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

background-color css

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

 a { background-color: rgb(247,71,202); }

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

border-color css

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

 span { border-color: rgb(247,71,202); }

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