Html Css Color HEX #F931AD Persian Rose

📋 copy color: '#F931AD'

red 249 ◦ green 49 ◦ blue 173

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

Shades of Persian Rose #F931AD

Tints of Persian Rose #F931AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.4%

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 52.87%
G = 10.4%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F931AD (or 0xF931AD) is known color: Persian Rose. HEX triplet: F9, 31 and AD. RGB value is (249,49,173). Sum of RGB (Red+Green+Blue) = 249+49+173=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F931AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F931AD is #06CE52. Grayscale: #7A7A7A. Windows color (decimal): -446035 or 11350521. OLE color: 11350521.

HSL color Cylindrical-coordinate representation of color #F931AD: hue angle of 322.8º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F931AD is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 49 173 -
CMYK 0 0.80 0.31 0.02
HSL 322.8º 0.94% 0.58% -
HSV(B) 322.8º 0.8% 0.98% -
XYZ 47.71 25.35 41.91 -
YUV 122.94 156.26 217.92 -
System Red Green Blue C M Y K H S L
Decimal 249 49 173 0 0.80 0.31 0.02 322.8 0.94 0.58
Hex F9 31 AD 0 50 1F 2 143 5E 3A
Octal 371 61 255 0 120 37 2 503 136 72
Binary 11111001 110001 10101101 0 1010000 11111 10 101000011 1011110 111010

Color Harmonies of #F931AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F931AD

Black with #F931AD

Text Example


Text Example

White with #F931AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F931AD; }

 p { color: rgb(249,49,173); }

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

background-color css

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

 a { background-color: rgb(249,49,173); }

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

border-color css

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

 span { border-color: rgb(249,49,173); }

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