Html Css Color HEX #F631B1 Persian Rose

📋 copy color: '#F631B1'

red 246 ◦ green 49 ◦ blue 177

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

Shades of Persian Rose #F631B1

Tints of Persian Rose #F631B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.5%

R = 52.12%
G = 10.38%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F631B1 (or 0xF631B1) is known color: Persian Rose. HEX triplet: F6, 31 and B1. RGB value is (246,49,177). Sum of RGB (Red+Green+Blue) = 246+49+177=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F631B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F631B1 is #09CE4E. Grayscale: #7A7A7A. Windows color (decimal): -642639 or 11612662. OLE color: 11612662.

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

Color convert

RGB 246 49 177 -
CMYK 0 0.80 0.28 0.04
HSL 321.02º 0.92% 0.58% -
HSV(B) 321.02º 0.8% 0.96% -
XYZ 47.04 24.96 43.93 -
YUV 122.5 158.77 216.09 -
System Red Green Blue C M Y K H S L
Decimal 246 49 177 0 0.80 0.28 0.04 321.02 0.92 0.58
Hex F6 31 B1 0 50 1C 4 141 5C 3A
Octal 366 61 261 0 120 34 4 501 134 72
Binary 11110110 110001 10110001 0 1010000 11100 100 101000001 1011100 111010

Color Harmonies of #F631B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F631B1

Black with #F631B1

Text Example


Text Example

White with #F631B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F631B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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