Html Css Color HEX #F13BAB Persian Rose

📋 copy color: '#F13BAB'

red 241 ◦ green 59 ◦ blue 171

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

Shades of Persian Rose #F13BAB

Tints of Persian Rose #F13BAB

RGB

 RED value IS 241 (94.53% from 255) = 51.17%

 GREEN value IS 59 (23.44% from 255) = 12.53%

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

R = 51.17%
G = 12.53%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F13BAB (or 0xF13BAB) is known color: Persian Rose. HEX triplet: F1, 3B and AB. RGB value is (241,59,171). Sum of RGB (Red+Green+Blue) = 241+59+171=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F13BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13BAB is #0EC454. Grayscale: #7D7D7D. Windows color (decimal): -967765 or 11222001. OLE color: 11222001.

HSL color Cylindrical-coordinate representation of color #F13BAB: hue angle of 323.08º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13BAB is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 59 171 -
CMYK 0 0.76 0.29 0.05
HSL 323.08º 0.87% 0.59% -
HSV(B) 323.08º 0.76% 0.95% -
XYZ 45.19 24.77 40.93 -
YUV 126.19 153.3 209.89 -
System Red Green Blue C M Y K H S L
Decimal 241 59 171 0 0.76 0.29 0.05 323.08 0.87 0.59
Hex F1 3B AB 0 4C 1D 5 143 57 3B
Octal 361 73 253 0 114 35 5 503 127 73
Binary 11110001 111011 10101011 0 1001100 11101 101 101000011 1010111 111011

Color Harmonies of #F13BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13BAB

Black with #F13BAB

Text Example


Text Example

White with #F13BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13BAB; }

 p { color: rgb(241,59,171); }

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

background-color css

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

 a { background-color: rgb(241,59,171); }

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

border-color css

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

 span { border-color: rgb(241,59,171); }

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