Html Css Color HEX #F748D5 Razzle Dazzle Rose

📋 copy color: '#F748D5'

red 247 ◦ green 72 ◦ blue 213

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

Shades of Razzle Dazzle Rose #F748D5

Tints of Razzle Dazzle Rose #F748D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.04%

R = 46.43%
G = 13.53%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F748D5 (or 0xF748D5) is known color: Razzle Dazzle Rose. HEX triplet: F7, 48 and D5. RGB value is (247,72,213). Sum of RGB (Red+Green+Blue) = 247+72+213=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 72 (28.52% from 255 or 13.53% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F748D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F748D5 is #08B72A. Grayscale: #8C8C8C. Windows color (decimal): -571179 or 13977847. OLE color: 13977847.

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

Color convert

RGB 247 72 213 -
CMYK 0 0.71 0.14 0.03
HSL 311.66º 0.92% 0.63% -
HSV(B) 311.66º 0.71% 0.97% -
XYZ 52.69 29.21 65.81 -
YUV 140.4 168.98 204.04 -
System Red Green Blue C M Y K H S L
Decimal 247 72 213 0 0.71 0.14 0.03 311.66 0.92 0.63
Hex F7 48 D5 0 47 E 3 138 5C 3F
Octal 367 110 325 0 107 16 3 470 134 77
Binary 11110111 1001000 11010101 0 1000111 1110 11 100111000 1011100 111111

Color Harmonies of #F748D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F748D5

Black with #F748D5

Text Example


Text Example

White with #F748D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F748D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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