Html Css Color HEX #F9238D Deep Pink

📋 copy color: '#F9238D'

red 249 ◦ green 35 ◦ blue 141

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

Shades of Deep Pink #F9238D

Tints of Deep Pink #F9238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.24%

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 58.59%
G = 8.24%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9238D (or 0xF9238D) is known color: Deep Pink. HEX triplet: F9, 23 and 8D. RGB value is (249,35,141). Sum of RGB (Red+Green+Blue) = 249+35+141=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F9238D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9238D is #06DC72. Grayscale: #6E6E6E. Windows color (decimal): -449651 or 9249785. OLE color: 9249785.

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

Color convert

RGB 249 35 141 -
CMYK 0 0.86 0.43 0.02
HSL 330.28º 0.95% 0.56% -
HSV(B) 330.28º 0.86% 0.98% -
XYZ 44.48 23.26 27.35 -
YUV 111.07 144.9 226.38 -
System Red Green Blue C M Y K H S L
Decimal 249 35 141 0 0.86 0.43 0.02 330.28 0.95 0.56
Hex F9 23 8D 0 56 2B 2 14A 5F 38
Octal 371 43 215 0 126 53 2 512 137 70
Binary 11111001 100011 10001101 0 1010110 101011 10 101001010 1011111 111000

Color Harmonies of #F9238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9238D

Black with #F9238D

Text Example


Text Example

White with #F9238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9238D; }

 p { color: rgb(249,35,141); }

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

background-color css

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

 a { background-color: rgb(249,35,141); }

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

border-color css

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

 span { border-color: rgb(249,35,141); }

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