Html Css Color HEX #F735C7 Razzle Dazzle Rose

📋 copy color: '#F735C7'

red 247 ◦ green 53 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F735C7

Tints of Razzle Dazzle Rose #F735C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.88%

R = 49.5%
G = 10.62%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F735C7 (or 0xF735C7) is known color: Razzle Dazzle Rose. HEX triplet: F7, 35 and C7. RGB value is (247,53,199). Sum of RGB (Red+Green+Blue) = 247+53+199=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 199 (78.12% from 255 or 39.88% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F735C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F735C7 is #08CA38. Grayscale: #7F7F7F. Windows color (decimal): -576057 or 13055479. OLE color: 13055479.

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

Color convert

RGB 247 53 199 -
CMYK 0 0.79 0.19 0.03
HSL 314.85º 0.92% 0.59% -
HSV(B) 314.85º 0.79% 0.97% -
XYZ 49.94 26.44 56.5 -
YUV 127.65 168.27 213.13 -
System Red Green Blue C M Y K H S L
Decimal 247 53 199 0 0.79 0.19 0.03 314.85 0.92 0.59
Hex F7 35 C7 0 4F 13 3 13B 5C 3B
Octal 367 65 307 0 117 23 3 473 134 73
Binary 11110111 110101 11000111 0 1001111 10011 11 100111011 1011100 111011

Color Harmonies of #F735C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F735C7

Black with #F735C7

Text Example


Text Example

White with #F735C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F735C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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