Html Css Color HEX #F5229B Persian Rose

📋 copy color: '#F5229B'

red 245 ◦ green 34 ◦ blue 155

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

Shades of Persian Rose #F5229B

Tints of Persian Rose #F5229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.83%

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

R = 56.45%
G = 7.83%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5229B (or 0xF5229B) is known color: Persian Rose. HEX triplet: F5, 22 and 9B. RGB value is (245,34,155). Sum of RGB (Red+Green+Blue) = 245+34+155=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F5229B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5229B is #0ADD64. Grayscale: #6E6E6E. Windows color (decimal): -712037 or 10167029. OLE color: 10167029.

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

Color convert

RGB 245 34 155 -
CMYK 0 0.86 0.37 0.04
HSL 325.59º 0.91% 0.55% -
HSV(B) 325.59º 0.86% 0.96% -
XYZ 44.14 22.92 33.11 -
YUV 110.88 152.9 223.66 -
System Red Green Blue C M Y K H S L
Decimal 245 34 155 0 0.86 0.37 0.04 325.59 0.91 0.55
Hex F5 22 9B 0 56 25 4 146 5B 37
Octal 365 42 233 0 126 45 4 506 133 67
Binary 11110101 100010 10011011 0 1010110 100101 100 101000110 1011011 110111

Color Harmonies of #F5229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5229B

Black with #F5229B

Text Example


Text Example

White with #F5229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5229B; }

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

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

background-color css

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

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

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

border-color css

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

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

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