Html Css Color HEX #F812CF Shocking Pink

📋 copy color: '#F812CF'

red 248 ◦ green 18 ◦ blue 207

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

Shades of Shocking Pink #F812CF

Tints of Shocking Pink #F812CF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.81%

 BLUE value IS 207 (81.25% from 255) = 43.76%

R = 52.43%
G = 3.81%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F812CF (or 0xF812CF) is known color: Shocking Pink. HEX triplet: F8, 12 and CF. RGB value is (248,18,207). Sum of RGB (Red+Green+Blue) = 248+18+207=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F812CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F812CF is #07ED30. Grayscale: #6B6B6B. Windows color (decimal): -519473 or 13570808. OLE color: 13570808.

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

Color convert

RGB 248 18 207 -
CMYK 0 0.93 0.17 0.03
HSL 310.7º 0.94% 0.52% -
HSV(B) 310.7º 0.93% 0.97% -
XYZ 50.19 24.89 61.19 -
YUV 108.32 183.7 227.63 -
System Red Green Blue C M Y K H S L
Decimal 248 18 207 0 0.93 0.17 0.03 310.7 0.94 0.52
Hex F8 12 CF 0 5D 11 3 137 5E 34
Octal 370 22 317 0 135 21 3 467 136 64
Binary 11111000 10010 11001111 0 1011101 10001 11 100110111 1011110 110100

Color Harmonies of #F812CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F812CF

Black with #F812CF

Text Example


Text Example

White with #F812CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F812CF; }

 p { color: rgb(248,18,207); }

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

background-color css

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

 a { background-color: rgb(248,18,207); }

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

border-color css

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

 span { border-color: rgb(248,18,207); }

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