Html Css Color HEX #F536B0 Persian Rose

📋 copy color: '#F536B0'

red 245 ◦ green 54 ◦ blue 176

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

Shades of Persian Rose #F536B0

Tints of Persian Rose #F536B0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.37%

 BLUE value IS 176 (69.14% from 255) = 37.05%

R = 51.58%
G = 11.37%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F536B0 (or 0xF536B0) is known color: Persian Rose. HEX triplet: F5, 36 and B0. RGB value is (245,54,176). Sum of RGB (Red+Green+Blue) = 245+54+176=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F536B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F536B0 is #0AC94F. Grayscale: #7C7C7C. Windows color (decimal): -706896 or 11548405. OLE color: 11548405.

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

Color convert

RGB 245 54 176 -
CMYK 0 0.78 0.28 0.04
HSL 321.68º 0.91% 0.59% -
HSV(B) 321.68º 0.78% 0.96% -
XYZ 46.81 25.19 43.47 -
YUV 125.02 156.78 213.58 -
System Red Green Blue C M Y K H S L
Decimal 245 54 176 0 0.78 0.28 0.04 321.68 0.91 0.59
Hex F5 36 B0 0 4E 1C 4 142 5B 3B
Octal 365 66 260 0 116 34 4 502 133 73
Binary 11110101 110110 10110000 0 1001110 11100 100 101000010 1011011 111011

Color Harmonies of #F536B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F536B0

Black with #F536B0

Text Example


Text Example

White with #F536B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F536B0; }

 p { color: rgb(245,54,176); }

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

background-color css

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

 a { background-color: rgb(245,54,176); }

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

border-color css

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

 span { border-color: rgb(245,54,176); }

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