Html Css Color HEX #F227BC Spicy Pink

📋 copy color: '#F227BC'

red 242 ◦ green 39 ◦ blue 188

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

Shades of Spicy Pink #F227BC

Tints of Spicy Pink #F227BC

RGB

 RED value IS 242 (94.92% from 255) = 51.6%

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

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

R = 51.6%
G = 8.32%
B = 40.09%

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

#F227BC (or 0xF227BC) is known color: Spicy Pink. HEX triplet: F2, 27 and BC. RGB value is (242,39,188). Sum of RGB (Red+Green+Blue) = 242+39+188=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F227BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F227BC is #0DD843. Grayscale: #747474. Windows color (decimal): -907332 or 12330994. OLE color: 12330994.

HSL color Cylindrical-coordinate representation of color #F227BC: hue angle of 315.96º degrees, saturation: 0.89, 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 #F227BC is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 39 188 -
CMYK 0 0.84 0.22 0.05
HSL 315.96º 0.89% 0.55% -
HSV(B) 315.96º 0.84% 0.95% -
XYZ 46.42 23.96 49.75 -
YUV 116.68 168.25 217.38 -
System Red Green Blue C M Y K H S L
Decimal 242 39 188 0 0.84 0.22 0.05 315.96 0.89 0.55
Hex F2 27 BC 0 54 16 5 13C 59 37
Octal 362 47 274 0 124 26 5 474 131 67
Binary 11110010 100111 10111100 0 1010100 10110 101 100111100 1011001 110111

Color Harmonies of #F227BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F227BC

Black with #F227BC

Text Example


Text Example

White with #F227BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F227BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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