Html Css Color HEX #F227AF Spicy Pink

📋 copy color: '#F227AF'

red 242 ◦ green 39 ◦ blue 175

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

Shades of Spicy Pink #F227AF

Tints of Spicy Pink #F227AF

RGB

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

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

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

R = 53.07%
G = 8.55%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F227AF (or 0xF227AF) is known color: Spicy Pink. HEX triplet: F2, 27 and AF. RGB value is (242,39,175). Sum of RGB (Red+Green+Blue) = 242+39+175=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F227AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F227AF is #0DD850. Grayscale: #727272. Windows color (decimal): -907345 or 11479026. OLE color: 11479026.

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

Color convert

RGB 242 39 175 -
CMYK 0 0.84 0.28 0.05
HSL 319.8º 0.89% 0.55% -
HSV(B) 319.8º 0.84% 0.95% -
XYZ 45.08 23.42 42.7 -
YUV 115.2 161.75 218.44 -
System Red Green Blue C M Y K H S L
Decimal 242 39 175 0 0.84 0.28 0.05 319.8 0.89 0.55
Hex F2 27 AF 0 54 1C 5 140 59 37
Octal 362 47 257 0 124 34 5 500 131 67
Binary 11110010 100111 10101111 0 1010100 11100 101 101000000 1011001 110111

Color Harmonies of #F227AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F227AF

Black with #F227AF

Text Example


Text Example

White with #F227AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F227AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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