Html Css Color HEX #F13AB3 Persian Rose

📋 copy color: '#F13AB3'

red 241 ◦ green 58 ◦ blue 179

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

Shades of Persian Rose #F13AB3

Tints of Persian Rose #F13AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.45%

R = 50.42%
G = 12.13%
B = 37.45%

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

#F13AB3 (or 0xF13AB3) is known color: Persian Rose. HEX triplet: F1, 3A and B3. RGB value is (241,58,179). Sum of RGB (Red+Green+Blue) = 241+58+179=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F13AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13AB3 is #0EC54C. Grayscale: #7E7E7E. Windows color (decimal): -968013 or 11746033. OLE color: 11746033.

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

Color convert

RGB 241 58 179 -
CMYK 0 0.76 0.26 0.05
HSL 320.33º 0.87% 0.59% -
HSV(B) 320.33º 0.76% 0.95% -
XYZ 45.93 24.98 45.05 -
YUV 126.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 241 58 179 0 0.76 0.26 0.05 320.33 0.87 0.59
Hex F1 3A B3 0 4C 1A 5 140 57 3B
Octal 361 72 263 0 114 32 5 500 127 73
Binary 11110001 111010 10110011 0 1001100 11010 101 101000000 1010111 111011

Color Harmonies of #F13AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13AB3

Black with #F13AB3

Text Example


Text Example

White with #F13AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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