Html Css Color HEX #F728CB Razzle Dazzle Rose

📋 copy color: '#F728CB'

red 247 ◦ green 40 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F728CB

Tints of Razzle Dazzle Rose #F728CB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.16%

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

R = 50.41%
G = 8.16%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F728CB (or 0xF728CB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 28 and CB. RGB value is (247,40,203). Sum of RGB (Red+Green+Blue) = 247+40+203=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F728CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F728CB is #08D734. Grayscale: #787878. Windows color (decimal): -579381 or 13314295. OLE color: 13314295.

HSL color Cylindrical-coordinate representation of color #F728CB: hue angle of 312.75º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F728CB is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 40 203 -
CMYK 0 0.84 0.18 0.03
HSL 312.75º 0.93% 0.56% -
HSV(B) 312.75º 0.84% 0.97% -
XYZ 49.9 25.6 58.81 -
YUV 120.48 174.58 218.25 -
System Red Green Blue C M Y K H S L
Decimal 247 40 203 0 0.84 0.18 0.03 312.75 0.93 0.56
Hex F7 28 CB 0 54 12 3 139 5D 38
Octal 367 50 313 0 124 22 3 471 135 70
Binary 11110111 101000 11001011 0 1010100 10010 11 100111001 1011101 111000

Color Harmonies of #F728CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F728CB

Black with #F728CB

Text Example


Text Example

White with #F728CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F728CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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