Html Css Color HEX #F735E5 Razzle Dazzle Rose

📋 copy color: '#F735E5'

red 247 ◦ green 53 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F735E5

Tints of Razzle Dazzle Rose #F735E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.29%

R = 46.69%
G = 10.02%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F735E5 (or 0xF735E5) is known color: Razzle Dazzle Rose. HEX triplet: F7, 35 and E5. RGB value is (247,53,229). Sum of RGB (Red+Green+Blue) = 247+53+229=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 53 (21.09% from 255 or 10.02% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F735E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F735E5 is #08CA1A. Grayscale: #828282. Windows color (decimal): -576027 or 15021559. OLE color: 15021559.

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

Color convert

RGB 247 53 229 -
CMYK 0 0.79 0.07 0.03
HSL 305.57º 0.92% 0.59% -
HSV(B) 305.57º 0.79% 0.97% -
XYZ 53.77 27.98 76.69 -
YUV 131.07 183.27 210.69 -
System Red Green Blue C M Y K H S L
Decimal 247 53 229 0 0.79 0.07 0.03 305.57 0.92 0.59
Hex F7 35 E5 0 4F 7 3 132 5C 3B
Octal 367 65 345 0 117 7 3 462 134 73
Binary 11110111 110101 11100101 0 1001111 111 11 100110010 1011100 111011

Color Harmonies of #F735E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F735E5

Black with #F735E5

Text Example


Text Example

White with #F735E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F735E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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