Html Css Color HEX #F745C2 Razzle Dazzle Rose

📋 copy color: '#F745C2'

red 247 ◦ green 69 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F745C2

Tints of Razzle Dazzle Rose #F745C2

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.53%

 BLUE value IS 194 (76.17% from 255) = 38.04%

R = 48.43%
G = 13.53%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F745C2 (or 0xF745C2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 45 and C2. RGB value is (247,69,194). Sum of RGB (Red+Green+Blue) = 247+69+194=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 69 (27.34% from 255 or 13.53% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F745C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F745C2 is #08BA3D. Grayscale: #888888. Windows color (decimal): -571966 or 12731895. OLE color: 12731895.

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

Color convert

RGB 247 69 194 -
CMYK 0 0.72 0.21 0.03
HSL 317.87º 0.92% 0.62% -
HSV(B) 317.87º 0.72% 0.97% -
XYZ 50.22 27.93 53.78 -
YUV 136.47 160.47 206.84 -
System Red Green Blue C M Y K H S L
Decimal 247 69 194 0 0.72 0.21 0.03 317.87 0.92 0.62
Hex F7 45 C2 0 48 15 3 13E 5C 3E
Octal 367 105 302 0 110 25 3 476 134 76
Binary 11110111 1000101 11000010 0 1001000 10101 11 100111110 1011100 111110

Color Harmonies of #F745C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F745C2

Black with #F745C2

Text Example


Text Example

White with #F745C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F745C2; }

 p { color: rgb(247,69,194); }

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

background-color css

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

 a { background-color: rgb(247,69,194); }

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

border-color css

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

 span { border-color: rgb(247,69,194); }

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