Html Css Color HEX #F9277F Deep Pink

📋 copy color: '#F9277F'

red 249 ◦ green 39 ◦ blue 127

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

Shades of Deep Pink #F9277F

Tints of Deep Pink #F9277F

RGB

 RED value IS 249 (97.66% from 255) = 60%

 GREEN value IS 39 (15.63% from 255) = 9.4%

 BLUE value IS 127 (50% from 255) = 30.6%

R = 60%
G = 9.4%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9277F (or 0xF9277F) is known color: Deep Pink. HEX triplet: F9, 27 and 7F. RGB value is (249,39,127). Sum of RGB (Red+Green+Blue) = 249+39+127=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F9277F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9277F is #06D880. Grayscale: #6F6F6F. Windows color (decimal): -448641 or 8333305. OLE color: 8333305.

HSL color Cylindrical-coordinate representation of color #F9277F: hue angle of 334.86º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9277F is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 39 127 -
CMYK 0 0.84 0.49 0.02
HSL 334.86º 0.95% 0.56% -
HSV(B) 334.86º 0.84% 0.98% -
XYZ 43.62 23.12 22.24 -
YUV 111.82 136.57 225.84 -
System Red Green Blue C M Y K H S L
Decimal 249 39 127 0 0.84 0.49 0.02 334.86 0.95 0.56
Hex F9 27 7F 0 54 31 2 14F 5F 38
Octal 371 47 177 0 124 61 2 517 137 70
Binary 11111001 100111 1111111 0 1010100 110001 10 101001111 1011111 111000

Color Harmonies of #F9277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9277F

Black with #F9277F

Text Example


Text Example

White with #F9277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9277F; }

 p { color: rgb(249,39,127); }

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

background-color css

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

 a { background-color: rgb(249,39,127); }

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

border-color css

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

 span { border-color: rgb(249,39,127); }

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