Html Css Color HEX #F748CB Razzle Dazzle Rose

📋 copy color: '#F748CB'

red 247 ◦ green 72 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F748CB

Tints of Razzle Dazzle Rose #F748CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 47.32%
G = 13.79%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F748CB (or 0xF748CB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 48 and CB. RGB value is (247,72,203). Sum of RGB (Red+Green+Blue) = 247+72+203=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 72 (28.52% from 255 or 13.79% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F748CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F748CB is #08B734. Grayscale: #8A8A8A. Windows color (decimal): -571189 or 13322487. OLE color: 13322487.

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

Color convert

RGB 247 72 203 -
CMYK 0 0.71 0.18 0.03
HSL 315.09º 0.92% 0.63% -
HSV(B) 315.09º 0.71% 0.97% -
XYZ 51.45 28.72 59.33 -
YUV 139.26 163.98 204.85 -
System Red Green Blue C M Y K H S L
Decimal 247 72 203 0 0.71 0.18 0.03 315.09 0.92 0.63
Hex F7 48 CB 0 47 12 3 13B 5C 3F
Octal 367 110 313 0 107 22 3 473 134 77
Binary 11110111 1001000 11001011 0 1000111 10010 11 100111011 1011100 111111

Color Harmonies of #F748CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F748CB

Black with #F748CB

Text Example


Text Example

White with #F748CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F748CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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