Html Css Color HEX #F8007B Deep Pink

📋 copy color: '#F8007B'

red 248 ◦ green 0 ◦ blue 123

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

Shades of Deep Pink #F8007B

Tints of Deep Pink #F8007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 66.85%
G = 0%
B = 33.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8007B (or 0xF8007B) is known color: Deep Pink. HEX triplet: F8, 00 and 7B. RGB value is (248,0,123). Sum of RGB (Red+Green+Blue) = 248+0+123=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F8007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8007B is #07FF84. Grayscale: #575757. Windows color (decimal): -524165 or 8061176. OLE color: 8061176.

HSL color Cylindrical-coordinate representation of color #F8007B: hue angle of 330.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8007B is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 0 123 -
CMYK 0 1 0.50 0.03
HSL 330.24º 1% 0.49% -
HSV(B) 330.24º 1% 0.97% -
XYZ 42.29 21.39 20.64 -
YUV 88.17 147.66 242 -
System Red Green Blue C M Y K H S L
Decimal 248 0 123 0 1 0.50 0.03 330.24 1 0.49
Hex F8 0 7B 0 64 32 3 14A 64 31
Octal 370 0 173 0 144 62 3 512 144 61
Binary 11111000 0 1111011 0 1100100 110010 11 101001010 1100100 110001

Color Harmonies of #F8007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8007B

Black with #F8007B

Text Example


Text Example

White with #F8007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8007B; }

 p { color: rgb(248,0,123); }

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

background-color css

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

 a { background-color: rgb(248,0,123); }

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

border-color css

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

 span { border-color: rgb(248,0,123); }

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