Html Css Color HEX #F748C2 Razzle Dazzle Rose

📋 copy color: '#F748C2'

red 247 ◦ green 72 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F748C2

Tints of Razzle Dazzle Rose #F748C2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.04%

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

R = 48.15%
G = 14.04%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F748C2 (or 0xF748C2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 48 and C2. RGB value is (247,72,194). Sum of RGB (Red+Green+Blue) = 247+72+194=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F748C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F748C2 is #08B73D. Grayscale: #898989. Windows color (decimal): -571198 or 12732663. OLE color: 12732663.

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

Color convert

RGB 247 72 194 -
CMYK 0 0.71 0.21 0.03
HSL 318.17º 0.92% 0.63% -
HSV(B) 318.17º 0.71% 0.97% -
XYZ 50.41 28.3 53.85 -
YUV 138.23 159.48 205.58 -
System Red Green Blue C M Y K H S L
Decimal 247 72 194 0 0.71 0.21 0.03 318.17 0.92 0.63
Hex F7 48 C2 0 47 15 3 13E 5C 3F
Octal 367 110 302 0 107 25 3 476 134 77
Binary 11110111 1001000 11000010 0 1000111 10101 11 100111110 1011100 111111

Color Harmonies of #F748C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F748C2

Black with #F748C2

Text Example


Text Example

White with #F748C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F748C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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