Html Css Color HEX #F635F0 Razzle Dazzle Rose

📋 copy color: '#F635F0'

red 246 ◦ green 53 ◦ blue 240

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

Shades of Razzle Dazzle Rose #F635F0

Tints of Razzle Dazzle Rose #F635F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.53%

R = 45.64%
G = 9.83%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F635F0 (or 0xF635F0) is known color: Razzle Dazzle Rose. HEX triplet: F6, 35 and F0. RGB value is (246,53,240). Sum of RGB (Red+Green+Blue) = 246+53+240=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 53 (21.09% from 255 or 9.83% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F635F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F635F0 is #09CA0F. Grayscale: #838383. Windows color (decimal): -641552 or 15742454. OLE color: 15742454.

HSL color Cylindrical-coordinate representation of color #F635F0: hue angle of 301.87º 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 #F635F0 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 53 240 -
CMYK 0 0.78 0.02 0.04
HSL 301.87º 0.91% 0.59% -
HSV(B) 301.87º 0.78% 0.96% -
XYZ 55.01 28.43 85.03 -
YUV 132.03 188.94 209.29 -
System Red Green Blue C M Y K H S L
Decimal 246 53 240 0 0.78 0.02 0.04 301.87 0.91 0.59
Hex F6 35 F0 0 4E 2 4 12E 5B 3B
Octal 366 65 360 0 116 2 4 456 133 73
Binary 11110110 110101 11110000 0 1001110 10 100 100101110 1011011 111011

Color Harmonies of #F635F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F635F0

Black with #F635F0

Text Example


Text Example

White with #F635F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F635F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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