Html Css Color HEX #F93AB2 Persian Rose

📋 copy color: '#F93AB2'

red 249 ◦ green 58 ◦ blue 178

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

Shades of Persian Rose #F93AB2

Tints of Persian Rose #F93AB2

RGB

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

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

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

R = 51.34%
G = 11.96%
B = 36.7%

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

#F93AB2 (or 0xF93AB2) is known color: Persian Rose. HEX triplet: F9, 3A and B2. RGB value is (249,58,178). Sum of RGB (Red+Green+Blue) = 249+58+178=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93AB2 is #06C54D. Grayscale: #808080. Windows color (decimal): -443726 or 11680505. OLE color: 11680505.

HSL color Cylindrical-coordinate representation of color #F93AB2: hue angle of 322.3º 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 #F93AB2 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 58 178 -
CMYK 0 0.77 0.29 0.02
HSL 322.3º 0.94% 0.6% -
HSV(B) 322.3º 0.77% 0.98% -
XYZ 48.62 26.38 44.65 -
YUV 128.79 155.78 213.74 -
System Red Green Blue C M Y K H S L
Decimal 249 58 178 0 0.77 0.29 0.02 322.3 0.94 0.6
Hex F9 3A B2 0 4D 1D 2 142 5E 3C
Octal 371 72 262 0 115 35 2 502 136 74
Binary 11111001 111010 10110010 0 1001101 11101 10 101000010 1011110 111100

Color Harmonies of #F93AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93AB2

Black with #F93AB2

Text Example


Text Example

White with #F93AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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