Html Css Color HEX #FA2594 Persian Rose

📋 copy color: '#FA2594'

red 250 ◦ green 37 ◦ blue 148

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

Shades of Persian Rose #FA2594

Tints of Persian Rose #FA2594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.02%

R = 57.47%
G = 8.51%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA2594 (or 0xFA2594) is known color: Persian Rose. HEX triplet: FA, 25 and 94. RGB value is (250,37,148). Sum of RGB (Red+Green+Blue) = 250+37+148=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2594 is #05DA6B. Grayscale: #717171. Windows color (decimal): -383596 or 9709050. OLE color: 9709050.

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

Color convert

RGB 250 37 148 -
CMYK 0 0.85 0.41 0.02
HSL 328.73º 0.96% 0.56% -
HSV(B) 328.73º 0.85% 0.98% -
XYZ 45.43 23.79 30.21 -
YUV 113.34 147.57 225.47 -
System Red Green Blue C M Y K H S L
Decimal 250 37 148 0 0.85 0.41 0.02 328.73 0.96 0.56
Hex FA 25 94 0 55 29 2 149 60 38
Octal 372 45 224 0 125 51 2 511 140 70
Binary 11111010 100101 10010100 0 1010101 101001 10 101001001 1100000 111000

Color Harmonies of #FA2594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2594

Black with #FA2594

Text Example


Text Example

White with #FA2594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2594; }

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

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

background-color css

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

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

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

border-color css

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

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

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