Html Css Color HEX #F914CF Shocking Pink

📋 copy color: '#F914CF'

red 249 ◦ green 20 ◦ blue 207

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

Shades of Shocking Pink #F914CF

Tints of Shocking Pink #F914CF

RGB

 RED value IS 249 (97.66% from 255) = 52.31%

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

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

R = 52.31%
G = 4.2%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F914CF (or 0xF914CF) is known color: Shocking Pink. HEX triplet: F9, 14 and CF. RGB value is (249,20,207). Sum of RGB (Red+Green+Blue) = 249+20+207=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 20 (8.20% from 255 or 4.20% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F914CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F914CF is #06EB30. Grayscale: #6D6D6D. Windows color (decimal): -453425 or 13571321. OLE color: 13571321.

HSL color Cylindrical-coordinate representation of color #F914CF: hue angle of 311º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F914CF is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 20 207 -
CMYK 0 0.92 0.17 0.02
HSL 311º 0.95% 0.53% -
HSV(B) 311º 0.92% 0.98% -
XYZ 50.58 25.15 61.22 -
YUV 109.79 182.87 227.29 -
System Red Green Blue C M Y K H S L
Decimal 249 20 207 0 0.92 0.17 0.02 311 0.95 0.53
Hex F9 14 CF 0 5C 11 2 137 5F 35
Octal 371 24 317 0 134 21 2 467 137 65
Binary 11111001 10100 11001111 0 1011100 10001 10 100110111 1011111 110101

Color Harmonies of #F914CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F914CF

Black with #F914CF

Text Example


Text Example

White with #F914CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F914CF; }

 p { color: rgb(249,20,207); }

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

background-color css

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

 a { background-color: rgb(249,20,207); }

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

border-color css

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

 span { border-color: rgb(249,20,207); }

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