Html Css Color HEX #FA2595 Persian Rose

📋 copy color: '#FA2595'

red 250 ◦ green 37 ◦ blue 149

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

Shades of Persian Rose #FA2595

Tints of Persian Rose #FA2595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.49%

 BLUE value IS 149 (58.59% from 255) = 34.17%

R = 57.34%
G = 8.49%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA2595 (or 0xFA2595) is known color: Persian Rose. HEX triplet: FA, 25 and 95. RGB value is (250,37,149). Sum of RGB (Red+Green+Blue) = 250+37+149=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2595 is #05DA6A. Grayscale: #717171. Windows color (decimal): -383595 or 9774586. OLE color: 9774586.

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

Color convert

RGB 250 37 149 -
CMYK 0 0.85 0.40 0.02
HSL 328.45º 0.96% 0.56% -
HSV(B) 328.45º 0.85% 0.98% -
XYZ 45.51 23.82 30.63 -
YUV 113.46 148.07 225.39 -
System Red Green Blue C M Y K H S L
Decimal 250 37 149 0 0.85 0.40 0.02 328.45 0.96 0.56
Hex FA 25 95 0 55 28 2 148 60 38
Octal 372 45 225 0 125 50 2 510 140 70
Binary 11111010 100101 10010101 0 1010101 101000 10 101001000 1100000 111000

Color Harmonies of #FA2595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2595

Black with #FA2595

Text Example


Text Example

White with #FA2595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2595; }

 p { color: rgb(250,37,149); }

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

background-color css

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

 a { background-color: rgb(250,37,149); }

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

border-color css

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

 span { border-color: rgb(250,37,149); }

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