Html Css Color HEX #F9248B Deep Pink

📋 copy color: '#F9248B'

red 249 ◦ green 36 ◦ blue 139

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

Shades of Deep Pink #F9248B

Tints of Deep Pink #F9248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.49%

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

R = 58.73%
G = 8.49%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9248B (or 0xF9248B) is known color: Deep Pink. HEX triplet: F9, 24 and 8B. RGB value is (249,36,139). Sum of RGB (Red+Green+Blue) = 249+36+139=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F9248B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9248B is #06DB74. Grayscale: #6F6F6F. Windows color (decimal): -449397 or 9118969. OLE color: 9118969.

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

Color convert

RGB 249 36 139 -
CMYK 0 0.86 0.44 0.02
HSL 330.99º 0.95% 0.56% -
HSV(B) 330.99º 0.86% 0.98% -
XYZ 44.36 23.27 26.58 -
YUV 111.43 143.57 226.12 -
System Red Green Blue C M Y K H S L
Decimal 249 36 139 0 0.86 0.44 0.02 330.99 0.95 0.56
Hex F9 24 8B 0 56 2C 2 14B 5F 38
Octal 371 44 213 0 126 54 2 513 137 70
Binary 11111001 100100 10001011 0 1010110 101100 10 101001011 1011111 111000

Color Harmonies of #F9248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9248B

Black with #F9248B

Text Example


Text Example

White with #F9248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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