Html Css Color HEX #F118CC Shocking Pink

📋 copy color: '#F118CC'

red 241 ◦ green 24 ◦ blue 204

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

Shades of Shocking Pink #F118CC

Tints of Shocking Pink #F118CC

RGB

 RED value IS 241 (94.53% from 255) = 51.39%

 GREEN value IS 24 (9.77% from 255) = 5.12%

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 51.39%
G = 5.12%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F118CC (or 0xF118CC) is known color: Shocking Pink. HEX triplet: F1, 18 and CC. RGB value is (241,24,204). Sum of RGB (Red+Green+Blue) = 241+24+204=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F118CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F118CC is #0EE733. Grayscale: #6C6C6C. Windows color (decimal): -976692 or 13375729. OLE color: 13375729.

HSL color Cylindrical-coordinate representation of color #F118CC: hue angle of 310.23º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F118CC is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 24 204 -
CMYK 0 0.90 0.15 0.05
HSL 310.23º 0.89% 0.52% -
HSV(B) 310.23º 0.9% 0.95% -
XYZ 47.5 23.71 59.2 -
YUV 109.4 181.39 221.86 -
System Red Green Blue C M Y K H S L
Decimal 241 24 204 0 0.90 0.15 0.05 310.23 0.89 0.52
Hex F1 18 CC 0 5A F 5 136 59 34
Octal 361 30 314 0 132 17 5 466 131 64
Binary 11110001 11000 11001100 0 1011010 1111 101 100110110 1011001 110100

Color Harmonies of #F118CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F118CC

Black with #F118CC

Text Example


Text Example

White with #F118CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F118CC; }

 p { color: rgb(241,24,204); }

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

background-color css

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

 a { background-color: rgb(241,24,204); }

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

border-color css

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

 span { border-color: rgb(241,24,204); }

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