Html Css Color HEX #F227B6 Spicy Pink

📋 copy color: '#F227B6'

red 242 ◦ green 39 ◦ blue 182

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

Shades of Spicy Pink #F227B6

Tints of Spicy Pink #F227B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.31%

R = 52.27%
G = 8.42%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F227B6 (or 0xF227B6) is known color: Spicy Pink. HEX triplet: F2, 27 and B6. RGB value is (242,39,182). Sum of RGB (Red+Green+Blue) = 242+39+182=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 39 (15.62% from 255 or 8.42% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F227B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F227B6 is #0DD849. Grayscale: #737373. Windows color (decimal): -907338 or 11937778. OLE color: 11937778.

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

Color convert

RGB 242 39 182 -
CMYK 0 0.84 0.25 0.05
HSL 317.73º 0.89% 0.55% -
HSV(B) 317.73º 0.84% 0.95% -
XYZ 45.79 23.71 46.42 -
YUV 116 165.25 217.87 -
System Red Green Blue C M Y K H S L
Decimal 242 39 182 0 0.84 0.25 0.05 317.73 0.89 0.55
Hex F2 27 B6 0 54 19 5 13E 59 37
Octal 362 47 266 0 124 31 5 476 131 67
Binary 11110010 100111 10110110 0 1010100 11001 101 100111110 1011001 110111

Color Harmonies of #F227B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F227B6

Black with #F227B6

Text Example


Text Example

White with #F227B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F227B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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