Html Css Color HEX #FA28A5 Persian Rose

📋 copy color: '#FA28A5'

red 250 ◦ green 40 ◦ blue 165

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

Shades of Persian Rose #FA28A5

Tints of Persian Rose #FA28A5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.79%

 BLUE value IS 165 (64.84% from 255) = 36.26%

R = 54.95%
G = 8.79%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FA28A5 (or 0xFA28A5) is known color: Persian Rose. HEX triplet: FA, 28 and A5. RGB value is (250,40,165). Sum of RGB (Red+Green+Blue) = 250+40+165=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA28A5 is #05D75A. Grayscale: #747474. Windows color (decimal): -382811 or 10823930. OLE color: 10823930.

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

Color convert

RGB 250 40 165 -
CMYK 0 0.84 0.34 0.02
HSL 324.29º 0.95% 0.57% -
HSV(B) 324.29º 0.84% 0.98% -
XYZ 46.97 24.56 37.86 -
YUV 117.04 155.07 222.84 -
System Red Green Blue C M Y K H S L
Decimal 250 40 165 0 0.84 0.34 0.02 324.29 0.95 0.57
Hex FA 28 A5 0 54 22 2 144 5F 39
Octal 372 50 245 0 124 42 2 504 137 71
Binary 11111010 101000 10100101 0 1010100 100010 10 101000100 1011111 111001

Color Harmonies of #FA28A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA28A5

Black with #FA28A5

Text Example


Text Example

White with #FA28A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA28A5; }

 p { color: rgb(250,40,165); }

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

background-color css

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

 a { background-color: rgb(250,40,165); }

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

border-color css

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

 span { border-color: rgb(250,40,165); }

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