Html Css Color HEX #F229B2 Spicy Pink

📋 copy color: '#F229B2'

red 242 ◦ green 41 ◦ blue 178

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

Shades of Spicy Pink #F229B2

Tints of Spicy Pink #F229B2

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.89%

 BLUE value IS 178 (69.92% from 255) = 38.61%

R = 52.49%
G = 8.89%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F229B2 (or 0xF229B2) is known color: Spicy Pink. HEX triplet: F2, 29 and B2. RGB value is (242,41,178). Sum of RGB (Red+Green+Blue) = 242+41+178=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F229B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F229B2 is #0DD64D. Grayscale: #747474. Windows color (decimal): -906830 or 11676146. OLE color: 11676146.

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

Color convert

RGB 242 41 178 -
CMYK 0 0.83 0.26 0.05
HSL 319.1º 0.89% 0.55% -
HSV(B) 319.1º 0.83% 0.95% -
XYZ 45.45 23.68 44.29 -
YUV 116.72 162.59 217.36 -
System Red Green Blue C M Y K H S L
Decimal 242 41 178 0 0.83 0.26 0.05 319.1 0.89 0.55
Hex F2 29 B2 0 53 1A 5 13F 59 37
Octal 362 51 262 0 123 32 5 477 131 67
Binary 11110010 101001 10110010 0 1010011 11010 101 100111111 1011001 110111

Color Harmonies of #F229B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F229B2

Black with #F229B2

Text Example


Text Example

White with #F229B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F229B2; }

 p { color: rgb(242,41,178); }

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

background-color css

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

 a { background-color: rgb(242,41,178); }

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

border-color css

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

 span { border-color: rgb(242,41,178); }

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