Html Css Color HEX #F735BA Razzle Dazzle Rose

📋 copy color: '#F735BA'

red 247 ◦ green 53 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F735BA

Tints of Razzle Dazzle Rose #F735BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.91%

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 50.82%
G = 10.91%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F735BA (or 0xF735BA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 35 and BA. RGB value is (247,53,186). Sum of RGB (Red+Green+Blue) = 247+53+186=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 53 (21.09% from 255 or 10.91% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F735BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F735BA is #08CA45. Grayscale: #7D7D7D. Windows color (decimal): -576070 or 12203511. OLE color: 12203511.

HSL color Cylindrical-coordinate representation of color #F735BA: hue angle of 318.87º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F735BA is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 53 186 -
CMYK 0 0.79 0.25 0.03
HSL 318.87º 0.92% 0.59% -
HSV(B) 318.87º 0.79% 0.97% -
XYZ 48.49 25.87 48.89 -
YUV 126.17 161.77 214.19 -
System Red Green Blue C M Y K H S L
Decimal 247 53 186 0 0.79 0.25 0.03 318.87 0.92 0.59
Hex F7 35 BA 0 4F 19 3 13F 5C 3B
Octal 367 65 272 0 117 31 3 477 134 73
Binary 11110111 110101 10111010 0 1001111 11001 11 100111111 1011100 111011

Color Harmonies of #F735BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F735BA

Black with #F735BA

Text Example


Text Example

White with #F735BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F735BA; }

 p { color: rgb(247,53,186); }

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

background-color css

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

 a { background-color: rgb(247,53,186); }

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

border-color css

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

 span { border-color: rgb(247,53,186); }

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