Html Css Color HEX #FA2699 Persian Rose

📋 copy color: '#FA2699'

red 250 ◦ green 38 ◦ blue 153

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

Shades of Persian Rose #FA2699

Tints of Persian Rose #FA2699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.69%

R = 56.69%
G = 8.62%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA2699 (or 0xFA2699) is known color: Persian Rose. HEX triplet: FA, 26 and 99. RGB value is (250,38,153). Sum of RGB (Red+Green+Blue) = 250+38+153=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2699 is #05D966. Grayscale: #727272. Windows color (decimal): -383335 or 10036986. OLE color: 10036986.

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

Color convert

RGB 250 38 153 -
CMYK 0 0.85 0.39 0.02
HSL 327.45º 0.95% 0.56% -
HSV(B) 327.45º 0.85% 0.98% -
XYZ 45.87 24.01 32.35 -
YUV 114.5 149.74 224.65 -
System Red Green Blue C M Y K H S L
Decimal 250 38 153 0 0.85 0.39 0.02 327.45 0.95 0.56
Hex FA 26 99 0 55 27 2 147 5F 38
Octal 372 46 231 0 125 47 2 507 137 70
Binary 11111010 100110 10011001 0 1010101 100111 10 101000111 1011111 111000

Color Harmonies of #FA2699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2699

Black with #FA2699

Text Example


Text Example

White with #FA2699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2699; }

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

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

background-color css

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

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

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

border-color css

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

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

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