Html Css Color HEX #F535C5 Razzle Dazzle Rose

📋 copy color: '#F535C5'

red 245 ◦ green 53 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F535C5

Tints of Razzle Dazzle Rose #F535C5

RGB

 RED value IS 245 (96.09% from 255) = 49.49%

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

 BLUE value IS 197 (77.34% from 255) = 39.8%

R = 49.49%
G = 10.71%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F535C5 (or 0xF535C5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 35 and C5. RGB value is (245,53,197). Sum of RGB (Red+Green+Blue) = 245+53+197=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F535C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F535C5 is #0ACA3A. Grayscale: #7E7E7E. Windows color (decimal): -707131 or 12924405. OLE color: 12924405.

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

Color convert

RGB 245 53 197 -
CMYK 0 0.78 0.20 0.04
HSL 315º 0.91% 0.58% -
HSV(B) 315º 0.78% 0.96% -
XYZ 49.01 25.99 55.26 -
YUV 126.82 167.61 212.29 -
System Red Green Blue C M Y K H S L
Decimal 245 53 197 0 0.78 0.20 0.04 315 0.91 0.58
Hex F5 35 C5 0 4E 14 4 13B 5B 3A
Octal 365 65 305 0 116 24 4 473 133 72
Binary 11110101 110101 11000101 0 1001110 10100 100 100111011 1011011 111010

Color Harmonies of #F535C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F535C5

Black with #F535C5

Text Example


Text Example

White with #F535C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F535C5; }

 p { color: rgb(245,53,197); }

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

background-color css

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

 a { background-color: rgb(245,53,197); }

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

border-color css

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

 span { border-color: rgb(245,53,197); }

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