Html Css Color HEX #F807B7 Shocking Pink

📋 copy color: '#F807B7'

red 248 ◦ green 7 ◦ blue 183

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

Shades of Shocking Pink #F807B7

Tints of Shocking Pink #F807B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.78%

R = 56.62%
G = 1.6%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F807B7 (or 0xF807B7) is known color: Shocking Pink. HEX triplet: F8, 07 and B7. RGB value is (248,7,183). Sum of RGB (Red+Green+Blue) = 248+7+183=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 7 (3.12% from 255 or 1.60% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F807B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F807B7 is #07F848. Grayscale: #626262. Windows color (decimal): -522313 or 11995128. OLE color: 11995128.

HSL color Cylindrical-coordinate representation of color #F807B7: hue angle of 316.18º 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 #F807B7 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 7 183 -
CMYK 0 0.97 0.26 0.03
HSL 316.18º 0.95% 0.5% -
HSV(B) 316.18º 0.97% 0.97% -
XYZ 47.33 23.53 46.85 -
YUV 99.12 175.34 234.19 -
System Red Green Blue C M Y K H S L
Decimal 248 7 183 0 0.97 0.26 0.03 316.18 0.95 0.5
Hex F8 7 B7 0 61 1A 3 13C 5F 32
Octal 370 7 267 0 141 32 3 474 137 62
Binary 11111000 111 10110111 0 1100001 11010 11 100111100 1011111 110010

Color Harmonies of #F807B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F807B7

Black with #F807B7

Text Example


Text Example

White with #F807B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F807B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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