Html Css Color HEX #F735DD Razzle Dazzle Rose

📋 copy color: '#F735DD'

red 247 ◦ green 53 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F735DD

Tints of Razzle Dazzle Rose #F735DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 47.41%
G = 10.17%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F735DD (or 0xF735DD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 35 and DD. RGB value is (247,53,221). Sum of RGB (Red+Green+Blue) = 247+53+221=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 53 (21.09% from 255 or 10.17% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F735DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F735DD is #08CA22. Grayscale: #818181. Windows color (decimal): -576035 or 14497271. OLE color: 14497271.

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

Color convert

RGB 247 53 221 -
CMYK 0 0.79 0.11 0.03
HSL 308.04º 0.92% 0.59% -
HSV(B) 308.04º 0.79% 0.97% -
XYZ 52.68 27.54 70.95 -
YUV 130.16 179.27 211.34 -
System Red Green Blue C M Y K H S L
Decimal 247 53 221 0 0.79 0.11 0.03 308.04 0.92 0.59
Hex F7 35 DD 0 4F B 3 134 5C 3B
Octal 367 65 335 0 117 13 3 464 134 73
Binary 11110111 110101 11011101 0 1001111 1011 11 100110100 1011100 111011

Color Harmonies of #F735DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F735DD

Black with #F735DD

Text Example


Text Example

White with #F735DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F735DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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