Html Css Color HEX #F229AF Spicy Pink

📋 copy color: '#F229AF'

red 242 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #F229AF

Tints of Spicy Pink #F229AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.21%

R = 52.84%
G = 8.95%
B = 38.21%

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

#F229AF (or 0xF229AF) is known color: Spicy Pink. HEX triplet: F2, 29 and AF. RGB value is (242,41,175). Sum of RGB (Red+Green+Blue) = 242+41+175=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F229AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F229AF is #0DD650. Grayscale: #747474. Windows color (decimal): -906833 or 11479538. OLE color: 11479538.

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

Color convert

RGB 242 41 175 -
CMYK 0 0.83 0.28 0.05
HSL 320º 0.89% 0.55% -
HSV(B) 320º 0.83% 0.95% -
XYZ 45.15 23.56 42.73 -
YUV 116.38 161.09 217.6 -
System Red Green Blue C M Y K H S L
Decimal 242 41 175 0 0.83 0.28 0.05 320 0.89 0.55
Hex F2 29 AF 0 53 1C 5 140 59 37
Octal 362 51 257 0 123 34 5 500 131 67
Binary 11110010 101001 10101111 0 1010011 11100 101 101000000 1011001 110111

Color Harmonies of #F229AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F229AF

Black with #F229AF

Text Example


Text Example

White with #F229AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F229AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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