Html Css Color HEX #F008C4 Shocking Pink

📋 copy color: '#F008C4'

red 240 ◦ green 8 ◦ blue 196

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

Shades of Shocking Pink #F008C4

Tints of Shocking Pink #F008C4

RGB

 RED value IS 240 (94.14% from 255) = 54.05%

 GREEN value IS 8 (3.52% from 255) = 1.8%

 BLUE value IS 196 (76.95% from 255) = 44.14%

R = 54.05%
G = 1.8%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F008C4 (or 0xF008C4) is known color: Shocking Pink. HEX triplet: F0, 08 and C4. RGB value is (240,8,196). Sum of RGB (Red+Green+Blue) = 240+8+196=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 8 (3.52% from 255 or 1.80% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F008C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F008C4 is #0FF73B. Grayscale: #626262. Windows color (decimal): -1046332 or 12847344. OLE color: 12847344.

HSL color Cylindrical-coordinate representation of color #F008C4: hue angle of 311.38º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F008C4 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 8 196 -
CMYK 0 0.97 0.18 0.06
HSL 311.38º 0.94% 0.49% -
HSV(B) 311.38º 0.97% 0.94% -
XYZ 45.99 22.68 54.18 -
YUV 98.8 182.86 228.71 -
System Red Green Blue C M Y K H S L
Decimal 240 8 196 0 0.97 0.18 0.06 311.38 0.94 0.49
Hex F0 8 C4 0 61 12 6 137 5E 31
Octal 360 10 304 0 141 22 6 467 136 61
Binary 11110000 1000 11000100 0 1100001 10010 110 100110111 1011110 110001

Color Harmonies of #F008C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F008C4

Black with #F008C4

Text Example


Text Example

White with #F008C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F008C4; }

 p { color: rgb(240,8,196); }

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

background-color css

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

 a { background-color: rgb(240,8,196); }

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

border-color css

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

 span { border-color: rgb(240,8,196); }

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