Html Css Color HEX #F8238E Deep Pink

📋 copy color: '#F8238E'

red 248 ◦ green 35 ◦ blue 142

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

Shades of Deep Pink #F8238E

Tints of Deep Pink #F8238E

RGB

 RED value IS 248 (97.27% from 255) = 58.35%

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

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 58.35%
G = 8.24%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8238E (or 0xF8238E) is known color: Deep Pink. HEX triplet: F8, 23 and 8E. RGB value is (248,35,142). Sum of RGB (Red+Green+Blue) = 248+35+142=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F8238E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8238E is #07DC71. Grayscale: #6E6E6E. Windows color (decimal): -515186 or 9315320. OLE color: 9315320.

HSL color Cylindrical-coordinate representation of color #F8238E: hue angle of 329.86º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F8238E is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 35 142 -
CMYK 0 0.86 0.43 0.03
HSL 329.86º 0.94% 0.55% -
HSV(B) 329.86º 0.86% 0.97% -
XYZ 44.19 23.11 27.72 -
YUV 110.89 145.57 225.8 -
System Red Green Blue C M Y K H S L
Decimal 248 35 142 0 0.86 0.43 0.03 329.86 0.94 0.55
Hex F8 23 8E 0 56 2B 3 14A 5E 37
Octal 370 43 216 0 126 53 3 512 136 67
Binary 11111000 100011 10001110 0 1010110 101011 11 101001010 1011110 110111

Color Harmonies of #F8238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8238E

Black with #F8238E

Text Example


Text Example

White with #F8238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8238E; }

 p { color: rgb(248,35,142); }

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

background-color css

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

 a { background-color: rgb(248,35,142); }

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

border-color css

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

 span { border-color: rgb(248,35,142); }

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