Html Css Color HEX #FA2495 Persian Rose

📋 copy color: '#FA2495'

red 250 ◦ green 36 ◦ blue 149

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

Shades of Persian Rose #FA2495

Tints of Persian Rose #FA2495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.28%

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

R = 57.47%
G = 8.28%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA2495 (or 0xFA2495) is known color: Persian Rose. HEX triplet: FA, 24 and 95. RGB value is (250,36,149). Sum of RGB (Red+Green+Blue) = 250+36+149=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2495 is #05DB6A. Grayscale: #707070. Windows color (decimal): -383851 or 9774330. OLE color: 9774330.

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

Color convert

RGB 250 36 149 -
CMYK 0 0.86 0.40 0.02
HSL 328.32º 0.96% 0.56% -
HSV(B) 328.32º 0.86% 0.98% -
XYZ 45.48 23.76 30.62 -
YUV 112.87 148.4 225.81 -
System Red Green Blue C M Y K H S L
Decimal 250 36 149 0 0.86 0.40 0.02 328.32 0.96 0.56
Hex FA 24 95 0 56 28 2 148 60 38
Octal 372 44 225 0 126 50 2 510 140 70
Binary 11111010 100100 10010101 0 1010110 101000 10 101001000 1100000 111000

Color Harmonies of #FA2495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2495

Black with #FA2495

Text Example


Text Example

White with #FA2495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2495; }

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

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

background-color css

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

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

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

border-color css

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

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

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