Html Css Color HEX #F538B2 Persian Rose

📋 copy color: '#F538B2'

red 245 ◦ green 56 ◦ blue 178

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

Shades of Persian Rose #F538B2

Tints of Persian Rose #F538B2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.69%

 BLUE value IS 178 (69.92% from 255) = 37.16%

R = 51.15%
G = 11.69%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F538B2 (or 0xF538B2) is known color: Persian Rose. HEX triplet: F5, 38 and B2. RGB value is (245,56,178). Sum of RGB (Red+Green+Blue) = 245+56+178=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F538B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F538B2 is #0AC74D. Grayscale: #7E7E7E. Windows color (decimal): -706382 or 11679989. OLE color: 11679989.

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

Color convert

RGB 245 56 178 -
CMYK 0 0.77 0.27 0.04
HSL 321.27º 0.9% 0.59% -
HSV(B) 321.27º 0.77% 0.96% -
XYZ 47.11 25.46 44.55 -
YUV 126.42 157.12 212.58 -
System Red Green Blue C M Y K H S L
Decimal 245 56 178 0 0.77 0.27 0.04 321.27 0.9 0.59
Hex F5 38 B2 0 4D 1B 4 141 5A 3B
Octal 365 70 262 0 115 33 4 501 132 73
Binary 11110101 111000 10110010 0 1001101 11011 100 101000001 1011010 111011

Color Harmonies of #F538B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F538B2

Black with #F538B2

Text Example


Text Example

White with #F538B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F538B2; }

 p { color: rgb(245,56,178); }

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

background-color css

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

 a { background-color: rgb(245,56,178); }

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

border-color css

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

 span { border-color: rgb(245,56,178); }

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