Html Css Color HEX #F228AF Spicy Pink

📋 copy color: '#F228AF'

red 242 ◦ green 40 ◦ blue 175

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

Shades of Spicy Pink #F228AF

Tints of Spicy Pink #F228AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.75%

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

R = 52.95%
G = 8.75%
B = 38.29%

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

#F228AF (or 0xF228AF) is known color: Spicy Pink. HEX triplet: F2, 28 and AF. RGB value is (242,40,175). Sum of RGB (Red+Green+Blue) = 242+40+175=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F228AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F228AF is #0DD750. Grayscale: #737373. Windows color (decimal): -907089 or 11479282. OLE color: 11479282.

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

Color convert

RGB 242 40 175 -
CMYK 0 0.83 0.28 0.05
HSL 319.9º 0.89% 0.55% -
HSV(B) 319.9º 0.83% 0.95% -
XYZ 45.11 23.49 42.71 -
YUV 115.79 161.42 218.02 -
System Red Green Blue C M Y K H S L
Decimal 242 40 175 0 0.83 0.28 0.05 319.9 0.89 0.55
Hex F2 28 AF 0 53 1C 5 140 59 37
Octal 362 50 257 0 123 34 5 500 131 67
Binary 11110010 101000 10101111 0 1010011 11100 101 101000000 1011001 110111

Color Harmonies of #F228AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F228AF

Black with #F228AF

Text Example


Text Example

White with #F228AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F228AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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