Html Css Color HEX #F631A9 Persian Rose

📋 copy color: '#F631A9'

red 246 ◦ green 49 ◦ blue 169

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

Shades of Persian Rose #F631A9

Tints of Persian Rose #F631A9

RGB

 RED value IS 246 (96.48% from 255) = 53.02%

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

 BLUE value IS 169 (66.41% from 255) = 36.42%

R = 53.02%
G = 10.56%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F631A9 (or 0xF631A9) is known color: Persian Rose. HEX triplet: F6, 31 and A9. RGB value is (246,49,169). Sum of RGB (Red+Green+Blue) = 246+49+169=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F631A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F631A9 is #09CE56. Grayscale: #797979. Windows color (decimal): -642647 or 11088374. OLE color: 11088374.

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

Color convert

RGB 246 49 169 -
CMYK 0 0.80 0.31 0.04
HSL 323.45º 0.92% 0.58% -
HSV(B) 323.45º 0.8% 0.96% -
XYZ 46.27 24.65 39.86 -
YUV 121.58 154.77 216.74 -
System Red Green Blue C M Y K H S L
Decimal 246 49 169 0 0.80 0.31 0.04 323.45 0.92 0.58
Hex F6 31 A9 0 50 1F 4 143 5C 3A
Octal 366 61 251 0 120 37 4 503 134 72
Binary 11110110 110001 10101001 0 1010000 11111 100 101000011 1011100 111010

Color Harmonies of #F631A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F631A9

Black with #F631A9

Text Example


Text Example

White with #F631A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F631A9; }

 p { color: rgb(246,49,169); }

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

background-color css

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

 a { background-color: rgb(246,49,169); }

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

border-color css

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

 span { border-color: rgb(246,49,169); }

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