Html Css Color HEX #F748D6 Razzle Dazzle Rose

📋 copy color: '#F748D6'

red 247 ◦ green 72 ◦ blue 214

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

Shades of Razzle Dazzle Rose #F748D6

Tints of Razzle Dazzle Rose #F748D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.15%

R = 46.34%
G = 13.51%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F748D6 (or 0xF748D6) is known color: Razzle Dazzle Rose. HEX triplet: F7, 48 and D6. RGB value is (247,72,214). Sum of RGB (Red+Green+Blue) = 247+72+214=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 72 (28.52% from 255 or 13.51% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F748D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F748D6 is #08B729. Grayscale: #8C8C8C. Windows color (decimal): -571178 or 14043383. OLE color: 14043383.

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

Color convert

RGB 247 72 214 -
CMYK 0 0.71 0.13 0.03
HSL 311.31º 0.92% 0.63% -
HSV(B) 311.31º 0.71% 0.97% -
XYZ 52.81 29.26 66.48 -
YUV 140.51 169.48 203.95 -
System Red Green Blue C M Y K H S L
Decimal 247 72 214 0 0.71 0.13 0.03 311.31 0.92 0.63
Hex F7 48 D6 0 47 D 3 137 5C 3F
Octal 367 110 326 0 107 15 3 467 134 77
Binary 11110111 1001000 11010110 0 1000111 1101 11 100110111 1011100 111111

Color Harmonies of #F748D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F748D6

Black with #F748D6

Text Example


Text Example

White with #F748D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F748D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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