Html Css Color HEX #F52BAB Persian Rose

📋 copy color: '#F52BAB'

red 245 ◦ green 43 ◦ blue 171

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

Shades of Persian Rose #F52BAB

Tints of Persian Rose #F52BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.37%

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 53.38%
G = 9.37%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F52BAB (or 0xF52BAB) is known color: Persian Rose. HEX triplet: F5, 2B and AB. RGB value is (245,43,171). Sum of RGB (Red+Green+Blue) = 245+43+171=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F52BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52BAB is #0AD454. Grayscale: #757575. Windows color (decimal): -709717 or 11217909. OLE color: 11217909.

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

Color convert

RGB 245 43 171 -
CMYK 0 0.82 0.30 0.04
HSL 321.98º 0.91% 0.56% -
HSV(B) 321.98º 0.82% 0.96% -
XYZ 45.87 24.08 40.76 -
YUV 117.99 157.92 218.59 -
System Red Green Blue C M Y K H S L
Decimal 245 43 171 0 0.82 0.30 0.04 321.98 0.91 0.56
Hex F5 2B AB 0 52 1E 4 142 5B 38
Octal 365 53 253 0 122 36 4 502 133 70
Binary 11110101 101011 10101011 0 1010010 11110 100 101000010 1011011 111000

Color Harmonies of #F52BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52BAB

Black with #F52BAB

Text Example


Text Example

White with #F52BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52BAB; }

 p { color: rgb(245,43,171); }

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

background-color css

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

 a { background-color: rgb(245,43,171); }

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

border-color css

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

 span { border-color: rgb(245,43,171); }

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