Html Css Color HEX #F807B2 Shocking Pink

📋 copy color: '#F807B2'

red 248 ◦ green 7 ◦ blue 178

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

Shades of Shocking Pink #F807B2

Tints of Shocking Pink #F807B2

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.62%

 BLUE value IS 178 (69.92% from 255) = 41.11%

R = 57.27%
G = 1.62%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F807B2 (or 0xF807B2) is known color: Shocking Pink. HEX triplet: F8, 07 and B2. RGB value is (248,7,178). Sum of RGB (Red+Green+Blue) = 248+7+178=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F807B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F807B2 is #07F84D. Grayscale: #626262. Windows color (decimal): -522318 or 11667448. OLE color: 11667448.

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

Color convert

RGB 248 7 178 -
CMYK 0 0.97 0.28 0.03
HSL 317.43º 0.95% 0.5% -
HSV(B) 317.43º 0.97% 0.97% -
XYZ 46.82 23.32 44.15 -
YUV 98.55 172.84 234.6 -
System Red Green Blue C M Y K H S L
Decimal 248 7 178 0 0.97 0.28 0.03 317.43 0.95 0.5
Hex F8 7 B2 0 61 1C 3 13D 5F 32
Octal 370 7 262 0 141 34 3 475 137 62
Binary 11111000 111 10110010 0 1100001 11100 11 100111101 1011111 110010

Color Harmonies of #F807B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F807B2

Black with #F807B2

Text Example


Text Example

White with #F807B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F807B2; }

 p { color: rgb(248,7,178); }

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

background-color css

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

 a { background-color: rgb(248,7,178); }

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

border-color css

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

 span { border-color: rgb(248,7,178); }

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