Html Css Color HEX #F939AB Persian Rose

📋 copy color: '#F939AB'

red 249 ◦ green 57 ◦ blue 171

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

Shades of Persian Rose #F939AB

Tints of Persian Rose #F939AB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.95%

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

R = 52.2%
G = 11.95%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F939AB (or 0xF939AB) is known color: Persian Rose. HEX triplet: F9, 39 and AB. RGB value is (249,57,171). Sum of RGB (Red+Green+Blue) = 249+57+171=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 57 (22.66% from 255 or 11.95% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F939AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F939AB is #06C654. Grayscale: #7F7F7F. Windows color (decimal): -443989 or 11221497. OLE color: 11221497.

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

Color convert

RGB 249 57 171 -
CMYK 0 0.77 0.31 0.02
HSL 324.38º 0.94% 0.6% -
HSV(B) 324.38º 0.77% 0.98% -
XYZ 47.88 26.01 41.02 -
YUV 127.4 152.61 214.73 -
System Red Green Blue C M Y K H S L
Decimal 249 57 171 0 0.77 0.31 0.02 324.38 0.94 0.6
Hex F9 39 AB 0 4D 1F 2 144 5E 3C
Octal 371 71 253 0 115 37 2 504 136 74
Binary 11111001 111001 10101011 0 1001101 11111 10 101000100 1011110 111100

Color Harmonies of #F939AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F939AB

Black with #F939AB

Text Example


Text Example

White with #F939AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F939AB; }

 p { color: rgb(249,57,171); }

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

background-color css

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

 a { background-color: rgb(249,57,171); }

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

border-color css

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

 span { border-color: rgb(249,57,171); }

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