Html Css Color HEX #F730CB Razzle Dazzle Rose

📋 copy color: '#F730CB'

red 247 ◦ green 48 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F730CB

Tints of Razzle Dazzle Rose #F730CB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.64%

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

R = 49.6%
G = 9.64%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F730CB (or 0xF730CB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and CB. RGB value is (247,48,203). Sum of RGB (Red+Green+Blue) = 247+48+203=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 48 (19.14% from 255 or 9.64% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F730CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730CB is #08CF34. Grayscale: #7C7C7C. Windows color (decimal): -577333 or 13316343. OLE color: 13316343.

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

Color convert

RGB 247 48 203 -
CMYK 0 0.81 0.18 0.03
HSL 313.27º 0.93% 0.58% -
HSV(B) 313.27º 0.81% 0.97% -
XYZ 50.19 26.2 58.91 -
YUV 125.17 171.93 214.9 -
System Red Green Blue C M Y K H S L
Decimal 247 48 203 0 0.81 0.18 0.03 313.27 0.93 0.58
Hex F7 30 CB 0 51 12 3 139 5D 3A
Octal 367 60 313 0 121 22 3 471 135 72
Binary 11110111 110000 11001011 0 1010001 10010 11 100111001 1011101 111010

Color Harmonies of #F730CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F730CB

Black with #F730CB

Text Example


Text Example

White with #F730CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F730CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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