Html Css Color HEX #F335DC Razzle Dazzle Rose

📋 copy color: '#F335DC'

red 243 ◦ green 53 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F335DC

Tints of Razzle Dazzle Rose #F335DC

RGB

 RED value IS 243 (95.31% from 255) = 47.09%

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

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 47.09%
G = 10.27%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F335DC (or 0xF335DC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 35 and DC. RGB value is (243,53,220). Sum of RGB (Red+Green+Blue) = 243+53+220=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 53 (21.09% from 255 or 10.27% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F335DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F335DC is #0CCA23. Grayscale: #808080. Windows color (decimal): -838180 or 14431731. OLE color: 14431731.

HSL color Cylindrical-coordinate representation of color #F335DC: hue angle of 307.26º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F335DC is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 53 220 -
CMYK 0 0.78 0.09 0.05
HSL 307.26º 0.89% 0.58% -
HSV(B) 307.26º 0.78% 0.95% -
XYZ 51.15 26.77 70.18 -
YUV 128.85 179.45 209.42 -
System Red Green Blue C M Y K H S L
Decimal 243 53 220 0 0.78 0.09 0.05 307.26 0.89 0.58
Hex F3 35 DC 0 4E 9 5 133 59 3A
Octal 363 65 334 0 116 11 5 463 131 72
Binary 11110011 110101 11011100 0 1001110 1001 101 100110011 1011001 111010

Color Harmonies of #F335DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F335DC

Black with #F335DC

Text Example


Text Example

White with #F335DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F335DC; }

 p { color: rgb(243,53,220); }

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

background-color css

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

 a { background-color: rgb(243,53,220); }

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

border-color css

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

 span { border-color: rgb(243,53,220); }

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