Html Css Color HEX #F229AE Spicy Pink

📋 copy color: '#F229AE'

red 242 ◦ green 41 ◦ blue 174

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

Shades of Spicy Pink #F229AE

Tints of Spicy Pink #F229AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.07%

R = 52.95%
G = 8.97%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F229AE (or 0xF229AE) is known color: Spicy Pink. HEX triplet: F2, 29 and AE. RGB value is (242,41,174). Sum of RGB (Red+Green+Blue) = 242+41+174=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F229AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F229AE is #0DD651. Grayscale: #737373. Windows color (decimal): -906834 or 11414002. OLE color: 11414002.

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

Color convert

RGB 242 41 174 -
CMYK 0 0.83 0.28 0.05
HSL 320.3º 0.89% 0.55% -
HSV(B) 320.3º 0.83% 0.95% -
XYZ 45.05 23.52 42.21 -
YUV 116.26 160.59 217.69 -
System Red Green Blue C M Y K H S L
Decimal 242 41 174 0 0.83 0.28 0.05 320.3 0.89 0.55
Hex F2 29 AE 0 53 1C 5 140 59 37
Octal 362 51 256 0 123 34 5 500 131 67
Binary 11110010 101001 10101110 0 1010011 11100 101 101000000 1011001 110111

Color Harmonies of #F229AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F229AE

Black with #F229AE

Text Example


Text Example

White with #F229AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F229AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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