Html Css Color HEX #FA2296 Persian Rose

📋 copy color: '#FA2296'

red 250 ◦ green 34 ◦ blue 150

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

Shades of Persian Rose #FA2296

Tints of Persian Rose #FA2296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.56%

R = 57.6%
G = 7.83%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA2296 (or 0xFA2296) is known color: Persian Rose. HEX triplet: FA, 22 and 96. RGB value is (250,34,150). Sum of RGB (Red+Green+Blue) = 250+34+150=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2296 is #05DD69. Grayscale: #6F6F6F. Windows color (decimal): -384362 or 9839354. OLE color: 9839354.

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

Color convert

RGB 250 34 150 -
CMYK 0 0.86 0.4 0.02
HSL 327.78º 0.96% 0.56% -
HSV(B) 327.78º 0.86% 0.98% -
XYZ 45.5 23.67 31.02 -
YUV 111.81 149.56 226.57 -
System Red Green Blue C M Y K H S L
Decimal 250 34 150 0 0.86 0.4 0.02 327.78 0.96 0.56
Hex FA 22 96 0 56 28 2 148 60 38
Octal 372 42 226 0 126 50 2 510 140 70
Binary 11111010 100010 10010110 0 1010110 101000 10 101001000 1100000 111000

Color Harmonies of #FA2296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2296

Black with #FA2296

Text Example


Text Example

White with #FA2296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2296; }

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

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

background-color css

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

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

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

border-color css

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

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

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