Html Css Color HEX #FA2299 Persian Rose

📋 copy color: '#FA2299'

red 250 ◦ green 34 ◦ blue 153

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

Shades of Persian Rose #FA2299

Tints of Persian Rose #FA2299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.78%

 BLUE value IS 153 (60.16% from 255) = 35.01%

R = 57.21%
G = 7.78%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA2299 (or 0xFA2299) is known color: Persian Rose. HEX triplet: FA, 22 and 99. RGB value is (250,34,153). Sum of RGB (Red+Green+Blue) = 250+34+153=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2299 is #05DD66. Grayscale: #6F6F6F. Windows color (decimal): -384359 or 10035962. OLE color: 10035962.

HSL color Cylindrical-coordinate representation of color #FA2299: hue angle of 326.94º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2299 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 34 153 -
CMYK 0 0.86 0.39 0.02
HSL 326.94º 0.96% 0.56% -
HSV(B) 326.94º 0.86% 0.98% -
XYZ 45.75 23.77 32.31 -
YUV 112.15 151.06 226.32 -
System Red Green Blue C M Y K H S L
Decimal 250 34 153 0 0.86 0.39 0.02 326.94 0.96 0.56
Hex FA 22 99 0 56 27 2 147 60 38
Octal 372 42 231 0 126 47 2 507 140 70
Binary 11111010 100010 10011001 0 1010110 100111 10 101000111 1100000 111000

Color Harmonies of #FA2299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2299

Black with #FA2299

Text Example


Text Example

White with #FA2299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2299; }

 p { color: rgb(250,34,153); }

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

background-color css

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

 a { background-color: rgb(250,34,153); }

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

border-color css

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

 span { border-color: rgb(250,34,153); }

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