Html Css Color HEX #F635DD Razzle Dazzle Rose

📋 copy color: '#F635DD'

red 246 ◦ green 53 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F635DD

Tints of Razzle Dazzle Rose #F635DD

RGB

 RED value IS 246 (96.48% from 255) = 47.31%

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

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

R = 47.31%
G = 10.19%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F635DD (or 0xF635DD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 35 and DD. RGB value is (246,53,221). Sum of RGB (Red+Green+Blue) = 246+53+221=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 53 (21.09% from 255 or 10.19% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F635DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F635DD is #09CA22. Grayscale: #818181. Windows color (decimal): -641571 or 14497270. OLE color: 14497270.

HSL color Cylindrical-coordinate representation of color #F635DD: hue angle of 307.77º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F635DD is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 53 221 -
CMYK 0 0.78 0.10 0.04
HSL 307.77º 0.91% 0.59% -
HSV(B) 307.77º 0.78% 0.96% -
XYZ 52.33 27.36 70.93 -
YUV 129.86 179.44 210.84 -
System Red Green Blue C M Y K H S L
Decimal 246 53 221 0 0.78 0.10 0.04 307.77 0.91 0.59
Hex F6 35 DD 0 4E A 4 134 5B 3B
Octal 366 65 335 0 116 12 4 464 133 73
Binary 11110110 110101 11011101 0 1001110 1010 100 100110100 1011011 111011

Color Harmonies of #F635DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F635DD

Black with #F635DD

Text Example


Text Example

White with #F635DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F635DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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