Html Css Color HEX #F931B5 Persian Rose

📋 copy color: '#F931B5'

red 249 ◦ green 49 ◦ blue 181

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

Shades of Persian Rose #F931B5

Tints of Persian Rose #F931B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.79%

R = 51.98%
G = 10.23%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F931B5 (or 0xF931B5) is known color: Persian Rose. HEX triplet: F9, 31 and B5. RGB value is (249,49,181). Sum of RGB (Red+Green+Blue) = 249+49+181=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F931B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F931B5 is #06CE4A. Grayscale: #7B7B7B. Windows color (decimal): -446027 or 11874809. OLE color: 11874809.

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

Color convert

RGB 249 49 181 -
CMYK 0 0.80 0.27 0.02
HSL 320.4º 0.94% 0.58% -
HSV(B) 320.4º 0.8% 0.98% -
XYZ 48.51 25.67 46.11 -
YUV 123.85 160.26 217.27 -
System Red Green Blue C M Y K H S L
Decimal 249 49 181 0 0.80 0.27 0.02 320.4 0.94 0.58
Hex F9 31 B5 0 50 1B 2 140 5E 3A
Octal 371 61 265 0 120 33 2 500 136 72
Binary 11111001 110001 10110101 0 1010000 11011 10 101000000 1011110 111010

Color Harmonies of #F931B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F931B5

Black with #F931B5

Text Example


Text Example

White with #F931B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F931B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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