Html Css Color HEX #F814B7 Shocking Pink

📋 copy color: '#F814B7'

red 248 ◦ green 20 ◦ blue 183

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

Shades of Shocking Pink #F814B7

Tints of Shocking Pink #F814B7

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.43%

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

R = 54.99%
G = 4.43%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F814B7 (or 0xF814B7) is known color: Shocking Pink. HEX triplet: F8, 14 and B7. RGB value is (248,20,183). Sum of RGB (Red+Green+Blue) = 248+20+183=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F814B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F814B7 is #07EB48. Grayscale: #6A6A6A. Windows color (decimal): -518985 or 11998456. OLE color: 11998456.

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

Color convert

RGB 248 20 183 -
CMYK 0 0.92 0.26 0.03
HSL 317.11º 0.94% 0.53% -
HSV(B) 317.11º 0.92% 0.97% -
XYZ 47.51 23.88 46.9 -
YUV 106.75 171.04 228.75 -
System Red Green Blue C M Y K H S L
Decimal 248 20 183 0 0.92 0.26 0.03 317.11 0.94 0.53
Hex F8 14 B7 0 5C 1A 3 13D 5E 35
Octal 370 24 267 0 134 32 3 475 136 65
Binary 11111000 10100 10110111 0 1011100 11010 11 100111101 1011110 110101

Color Harmonies of #F814B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F814B7

Black with #F814B7

Text Example


Text Example

White with #F814B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F814B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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