Html Css Color HEX #FA269D Persian Rose

📋 copy color: '#FA269D'

red 250 ◦ green 38 ◦ blue 157

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

Shades of Persian Rose #FA269D

Tints of Persian Rose #FA269D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.28%

R = 56.18%
G = 8.54%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA269D (or 0xFA269D) is known color: Persian Rose. HEX triplet: FA, 26 and 9D. RGB value is (250,38,157). Sum of RGB (Red+Green+Blue) = 250+38+157=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA269D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA269D is #05D962. Grayscale: #727272. Windows color (decimal): -383331 or 10299130. OLE color: 10299130.

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

Color convert

RGB 250 38 157 -
CMYK 0 0.85 0.37 0.02
HSL 326.32º 0.95% 0.56% -
HSV(B) 326.32º 0.85% 0.98% -
XYZ 46.2 24.14 34.12 -
YUV 114.95 151.74 224.32 -
System Red Green Blue C M Y K H S L
Decimal 250 38 157 0 0.85 0.37 0.02 326.32 0.95 0.56
Hex FA 26 9D 0 55 25 2 146 5F 38
Octal 372 46 235 0 125 45 2 506 137 70
Binary 11111010 100110 10011101 0 1010101 100101 10 101000110 1011111 111000

Color Harmonies of #FA269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA269D

Black with #FA269D

Text Example


Text Example

White with #FA269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA269D; }

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

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

background-color css

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

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

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

border-color css

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

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

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