Html Css Color HEX #F748D1 Razzle Dazzle Rose

📋 copy color: '#F748D1'

red 247 ◦ green 72 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F748D1

Tints of Razzle Dazzle Rose #F748D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.58%

R = 46.78%
G = 13.64%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F748D1 (or 0xF748D1) is known color: Razzle Dazzle Rose. HEX triplet: F7, 48 and D1. RGB value is (247,72,209). Sum of RGB (Red+Green+Blue) = 247+72+209=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 72 (28.52% from 255 or 13.64% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F748D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F748D1 is #08B72E. Grayscale: #8B8B8B. Windows color (decimal): -571183 or 13715703. OLE color: 13715703.

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

Color convert

RGB 247 72 209 -
CMYK 0 0.71 0.15 0.03
HSL 313.03º 0.92% 0.63% -
HSV(B) 313.03º 0.71% 0.97% -
XYZ 52.18 29.01 63.17 -
YUV 139.94 166.98 204.36 -
System Red Green Blue C M Y K H S L
Decimal 247 72 209 0 0.71 0.15 0.03 313.03 0.92 0.63
Hex F7 48 D1 0 47 F 3 139 5C 3F
Octal 367 110 321 0 107 17 3 471 134 77
Binary 11110111 1001000 11010001 0 1000111 1111 11 100111001 1011100 111111

Color Harmonies of #F748D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F748D1

Black with #F748D1

Text Example


Text Example

White with #F748D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F748D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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