Html Css Color HEX #F127BC Spicy Pink

📋 copy color: '#F127BC'

red 241 ◦ green 39 ◦ blue 188

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

Shades of Spicy Pink #F127BC

Tints of Spicy Pink #F127BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.33%

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 51.5%
G = 8.33%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F127BC (or 0xF127BC) is known color: Spicy Pink. HEX triplet: F1, 27 and BC. RGB value is (241,39,188). Sum of RGB (Red+Green+Blue) = 241+39+188=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F127BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F127BC is #0ED843. Grayscale: #737373. Windows color (decimal): -972868 or 12330993. OLE color: 12330993.

HSL color Cylindrical-coordinate representation of color #F127BC: hue angle of 315.74º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F127BC is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 39 188 -
CMYK 0 0.84 0.22 0.05
HSL 315.74º 0.88% 0.55% -
HSV(B) 315.74º 0.84% 0.95% -
XYZ 46.08 23.78 49.74 -
YUV 116.38 168.42 216.88 -
System Red Green Blue C M Y K H S L
Decimal 241 39 188 0 0.84 0.22 0.05 315.74 0.88 0.55
Hex F1 27 BC 0 54 16 5 13C 58 37
Octal 361 47 274 0 124 26 5 474 130 67
Binary 11110001 100111 10111100 0 1010100 10110 101 100111100 1011000 110111

Color Harmonies of #F127BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127BC

Black with #F127BC

Text Example


Text Example

White with #F127BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127BC; }

 p { color: rgb(241,39,188); }

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

background-color css

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

 a { background-color: rgb(241,39,188); }

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

border-color css

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

 span { border-color: rgb(241,39,188); }

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