Html Css Color HEX #F93AB1 Persian Rose

📋 copy color: '#F93AB1'

red 249 ◦ green 58 ◦ blue 177

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

Shades of Persian Rose #F93AB1

Tints of Persian Rose #F93AB1

RGB

 RED value IS 249 (97.66% from 255) = 51.45%

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

 BLUE value IS 177 (69.53% from 255) = 36.57%

R = 51.45%
G = 11.98%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F93AB1 (or 0xF93AB1) is known color: Persian Rose. HEX triplet: F9, 3A and B1. RGB value is (249,58,177). Sum of RGB (Red+Green+Blue) = 249+58+177=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93AB1 is #06C54E. Grayscale: #808080. Windows color (decimal): -443727 or 11614969. OLE color: 11614969.

HSL color Cylindrical-coordinate representation of color #F93AB1: hue angle of 322.62º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93AB1 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 58 177 -
CMYK 0 0.77 0.29 0.02
HSL 322.62º 0.94% 0.6% -
HSV(B) 322.62º 0.77% 0.98% -
XYZ 48.52 26.34 44.12 -
YUV 128.68 155.28 213.82 -
System Red Green Blue C M Y K H S L
Decimal 249 58 177 0 0.77 0.29 0.02 322.62 0.94 0.6
Hex F9 3A B1 0 4D 1D 2 143 5E 3C
Octal 371 72 261 0 115 35 2 503 136 74
Binary 11111001 111010 10110001 0 1001101 11101 10 101000011 1011110 111100

Color Harmonies of #F93AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93AB1

Black with #F93AB1

Text Example


Text Example

White with #F93AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93AB1; }

 p { color: rgb(249,58,177); }

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

background-color css

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

 a { background-color: rgb(249,58,177); }

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

border-color css

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

 span { border-color: rgb(249,58,177); }

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