Html Css Color HEX #FA2696 Persian Rose

📋 copy color: '#FA2696'

red 250 ◦ green 38 ◦ blue 150

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

Shades of Persian Rose #FA2696

Tints of Persian Rose #FA2696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.68%

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

R = 57.08%
G = 8.68%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA2696 (or 0xFA2696) is known color: Persian Rose. HEX triplet: FA, 26 and 96. RGB value is (250,38,150). Sum of RGB (Red+Green+Blue) = 250+38+150=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2696 is #05D969. Grayscale: #717171. Windows color (decimal): -383338 or 9840378. OLE color: 9840378.

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

Color convert

RGB 250 38 150 -
CMYK 0 0.85 0.4 0.02
HSL 328.3º 0.95% 0.56% -
HSV(B) 328.3º 0.85% 0.98% -
XYZ 45.62 23.91 31.07 -
YUV 114.16 148.24 224.89 -
System Red Green Blue C M Y K H S L
Decimal 250 38 150 0 0.85 0.4 0.02 328.3 0.95 0.56
Hex FA 26 96 0 55 28 2 148 5F 38
Octal 372 46 226 0 125 50 2 510 137 70
Binary 11111010 100110 10010110 0 1010101 101000 10 101001000 1011111 111000

Color Harmonies of #FA2696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2696

Black with #FA2696

Text Example


Text Example

White with #FA2696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2696; }

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

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

background-color css

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

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

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

border-color css

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

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

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