Html Css Color HEX #F5219B Persian Rose

📋 copy color: '#F5219B'

red 245 ◦ green 33 ◦ blue 155

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

Shades of Persian Rose #F5219B

Tints of Persian Rose #F5219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.62%

 BLUE value IS 155 (60.94% from 255) = 35.8%

R = 56.58%
G = 7.62%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5219B (or 0xF5219B) is known color: Persian Rose. HEX triplet: F5, 21 and 9B. RGB value is (245,33,155). Sum of RGB (Red+Green+Blue) = 245+33+155=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F5219B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5219B is #0ADE64. Grayscale: #6E6E6E. Windows color (decimal): -712293 or 10166773. OLE color: 10166773.

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

Color convert

RGB 245 33 155 -
CMYK 0 0.87 0.37 0.04
HSL 325.47º 0.91% 0.55% -
HSV(B) 325.47º 0.87% 0.96% -
XYZ 44.12 22.87 33.1 -
YUV 110.3 153.24 224.08 -
System Red Green Blue C M Y K H S L
Decimal 245 33 155 0 0.87 0.37 0.04 325.47 0.91 0.55
Hex F5 21 9B 0 57 25 4 145 5B 37
Octal 365 41 233 0 127 45 4 505 133 67
Binary 11110101 100001 10011011 0 1010111 100101 100 101000101 1011011 110111

Color Harmonies of #F5219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5219B

Black with #F5219B

Text Example


Text Example

White with #F5219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5219B; }

 p { color: rgb(245,33,155); }

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

background-color css

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

 a { background-color: rgb(245,33,155); }

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

border-color css

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

 span { border-color: rgb(245,33,155); }

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