Html Css Color HEX #F817BD Shocking Pink

📋 copy color: '#F817BD'

red 248 ◦ green 23 ◦ blue 189

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

Shades of Shocking Pink #F817BD

Tints of Shocking Pink #F817BD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5%

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 53.91%
G = 5%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F817BD (or 0xF817BD) is known color: Shocking Pink. HEX triplet: F8, 17 and BD. RGB value is (248,23,189). Sum of RGB (Red+Green+Blue) = 248+23+189=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 23 (9.38% from 255 or 5% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F817BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F817BD is #07E842. Grayscale: #6C6C6C. Windows color (decimal): -518211 or 12392440. OLE color: 12392440.

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

Color convert

RGB 248 23 189 -
CMYK 0 0.91 0.24 0.03
HSL 315.73º 0.94% 0.53% -
HSV(B) 315.73º 0.91% 0.97% -
XYZ 48.2 24.24 50.28 -
YUV 109.2 173.04 227 -
System Red Green Blue C M Y K H S L
Decimal 248 23 189 0 0.91 0.24 0.03 315.73 0.94 0.53
Hex F8 17 BD 0 5B 18 3 13C 5E 35
Octal 370 27 275 0 133 30 3 474 136 65
Binary 11111000 10111 10111101 0 1011011 11000 11 100111100 1011110 110101

Color Harmonies of #F817BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F817BD

Black with #F817BD

Text Example


Text Example

White with #F817BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F817BD; }

 p { color: rgb(248,23,189); }

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

background-color css

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

 a { background-color: rgb(248,23,189); }

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

border-color css

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

 span { border-color: rgb(248,23,189); }

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