Html Css Color HEX #F9258B Deep Pink

📋 copy color: '#F9258B'

red 249 ◦ green 37 ◦ blue 139

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

Shades of Deep Pink #F9258B

Tints of Deep Pink #F9258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.71%

 BLUE value IS 139 (54.69% from 255) = 32.71%

R = 58.59%
G = 8.71%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9258B (or 0xF9258B) is known color: Deep Pink. HEX triplet: F9, 25 and 8B. RGB value is (249,37,139). Sum of RGB (Red+Green+Blue) = 249+37+139=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F9258B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9258B is #06DA74. Grayscale: #6F6F6F. Windows color (decimal): -449141 or 9119225. OLE color: 9119225.

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

Color convert

RGB 249 37 139 -
CMYK 0 0.85 0.44 0.02
HSL 331.13º 0.95% 0.56% -
HSV(B) 331.13º 0.85% 0.98% -
XYZ 44.39 23.33 26.59 -
YUV 112.02 143.24 225.71 -
System Red Green Blue C M Y K H S L
Decimal 249 37 139 0 0.85 0.44 0.02 331.13 0.95 0.56
Hex F9 25 8B 0 55 2C 2 14B 5F 38
Octal 371 45 213 0 125 54 2 513 137 70
Binary 11111001 100101 10001011 0 1010101 101100 10 101001011 1011111 111000

Color Harmonies of #F9258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9258B

Black with #F9258B

Text Example


Text Example

White with #F9258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9258B; }

 p { color: rgb(249,37,139); }

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

background-color css

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

 a { background-color: rgb(249,37,139); }

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

border-color css

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

 span { border-color: rgb(249,37,139); }

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