Html Css Color HEX #FA2C9B Persian Rose

📋 copy color: '#FA2C9B'

red 250 ◦ green 44 ◦ blue 155

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

Shades of Persian Rose #FA2C9B

Tints of Persian Rose #FA2C9B

RGB

 RED value IS 250 (98.05% from 255) = 55.68%

 GREEN value IS 44 (17.58% from 255) = 9.8%

 BLUE value IS 155 (60.94% from 255) = 34.52%

R = 55.68%
G = 9.8%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA2C9B (or 0xFA2C9B) is known color: Persian Rose. HEX triplet: FA, 2C and 9B. RGB value is (250,44,155). Sum of RGB (Red+Green+Blue) = 250+44+155=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2C9B is #05D364. Grayscale: #767676. Windows color (decimal): -381797 or 10169594. OLE color: 10169594.

HSL color Cylindrical-coordinate representation of color #FA2C9B: hue angle of 327.67º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2C9B is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 44 155 -
CMYK 0 0.82 0.38 0.02
HSL 327.67º 0.95% 0.58% -
HSV(B) 327.67º 0.82% 0.98% -
XYZ 46.24 24.49 33.3 -
YUV 118.25 148.75 221.97 -
System Red Green Blue C M Y K H S L
Decimal 250 44 155 0 0.82 0.38 0.02 327.67 0.95 0.58
Hex FA 2C 9B 0 52 26 2 148 5F 3A
Octal 372 54 233 0 122 46 2 510 137 72
Binary 11111010 101100 10011011 0 1010010 100110 10 101001000 1011111 111010

Color Harmonies of #FA2C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C9B

Black with #FA2C9B

Text Example


Text Example

White with #FA2C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C9B; }

 p { color: rgb(250,44,155); }

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

background-color css

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

 a { background-color: rgb(250,44,155); }

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

border-color css

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

 span { border-color: rgb(250,44,155); }

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