Html Css Color HEX #FA267D Deep Pink

📋 copy color: '#FA267D'

red 250 ◦ green 38 ◦ blue 125

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

Shades of Deep Pink #FA267D

Tints of Deep Pink #FA267D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 60.53%
G = 9.2%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA267D (or 0xFA267D) is known color: Deep Pink. HEX triplet: FA, 26 and 7D. RGB value is (250,38,125). Sum of RGB (Red+Green+Blue) = 250+38+125=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA267D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA267D is #05D982. Grayscale: #6F6F6F. Windows color (decimal): -383363 or 8201978. OLE color: 8201978.

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

Color convert

RGB 250 38 125 -
CMYK 0 0.85 0.50 0.02
HSL 335.38º 0.95% 0.56% -
HSV(B) 335.38º 0.85% 0.98% -
XYZ 43.82 23.19 21.57 -
YUV 111.31 135.74 226.93 -
System Red Green Blue C M Y K H S L
Decimal 250 38 125 0 0.85 0.50 0.02 335.38 0.95 0.56
Hex FA 26 7D 0 55 32 2 14F 5F 38
Octal 372 46 175 0 125 62 2 517 137 70
Binary 11111010 100110 1111101 0 1010101 110010 10 101001111 1011111 111000

Color Harmonies of #FA267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA267D

Black with #FA267D

Text Example


Text Example

White with #FA267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA267D; }

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

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

background-color css

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

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

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

border-color css

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

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

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