Html Css Color HEX #F730B8 Razzle Dazzle Rose

📋 copy color: '#F730B8'

red 247 ◦ green 48 ◦ blue 184

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

Shades of Razzle Dazzle Rose #F730B8

Tints of Razzle Dazzle Rose #F730B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.41%

R = 51.57%
G = 10.02%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F730B8 (or 0xF730B8) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and B8. RGB value is (247,48,184). Sum of RGB (Red+Green+Blue) = 247+48+184=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F730B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730B8 is #08CF47. Grayscale: #7A7A7A. Windows color (decimal): -577352 or 12071159. OLE color: 12071159.

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

Color convert

RGB 247 48 184 -
CMYK 0 0.81 0.26 0.03
HSL 319º 0.93% 0.58% -
HSV(B) 319º 0.81% 0.97% -
XYZ 48.07 25.35 47.71 -
YUV 123.01 162.43 216.44 -
System Red Green Blue C M Y K H S L
Decimal 247 48 184 0 0.81 0.26 0.03 319 0.93 0.58
Hex F7 30 B8 0 51 1A 3 13F 5D 3A
Octal 367 60 270 0 121 32 3 477 135 72
Binary 11110111 110000 10111000 0 1010001 11010 11 100111111 1011101 111010

Color Harmonies of #F730B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F730B8

Black with #F730B8

Text Example


Text Example

White with #F730B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F730B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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