Html Css Color HEX #F13AB2 Persian Rose

📋 copy color: '#F13AB2'

red 241 ◦ green 58 ◦ blue 178

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

Shades of Persian Rose #F13AB2

Tints of Persian Rose #F13AB2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.16%

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

R = 50.52%
G = 12.16%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F13AB2 (or 0xF13AB2) is known color: Persian Rose. HEX triplet: F1, 3A and B2. RGB value is (241,58,178). Sum of RGB (Red+Green+Blue) = 241+58+178=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F13AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13AB2 is #0EC54D. Grayscale: #7E7E7E. Windows color (decimal): -968014 or 11680497. OLE color: 11680497.

HSL color Cylindrical-coordinate representation of color #F13AB2: hue angle of 320.66º 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 #F13AB2 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 58 178 -
CMYK 0 0.76 0.26 0.05
HSL 320.66º 0.87% 0.59% -
HSV(B) 320.66º 0.76% 0.95% -
XYZ 45.82 24.94 44.52 -
YUV 126.4 157.13 209.74 -
System Red Green Blue C M Y K H S L
Decimal 241 58 178 0 0.76 0.26 0.05 320.66 0.87 0.59
Hex F1 3A B2 0 4C 1A 5 141 57 3B
Octal 361 72 262 0 114 32 5 501 127 73
Binary 11110001 111010 10110010 0 1001100 11010 101 101000001 1010111 111011

Color Harmonies of #F13AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13AB2

Black with #F13AB2

Text Example


Text Example

White with #F13AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13AB2; }

 p { color: rgb(241,58,178); }

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

background-color css

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

 a { background-color: rgb(241,58,178); }

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

border-color css

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

 span { border-color: rgb(241,58,178); }

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