Html Css Color HEX #F228B7 Spicy Pink

📋 copy color: '#F228B7'

red 242 ◦ green 40 ◦ blue 183

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

Shades of Spicy Pink #F228B7

Tints of Spicy Pink #F228B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.35%

R = 52.04%
G = 8.6%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F228B7 (or 0xF228B7) is known color: Spicy Pink. HEX triplet: F2, 28 and B7. RGB value is (242,40,183). Sum of RGB (Red+Green+Blue) = 242+40+183=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F228B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F228B7 is #0DD748. Grayscale: #747474. Windows color (decimal): -907081 or 12003570. OLE color: 12003570.

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

Color convert

RGB 242 40 183 -
CMYK 0 0.83 0.24 0.05
HSL 317.52º 0.89% 0.55% -
HSV(B) 317.52º 0.83% 0.95% -
XYZ 45.92 23.81 46.98 -
YUV 116.7 165.42 217.37 -
System Red Green Blue C M Y K H S L
Decimal 242 40 183 0 0.83 0.24 0.05 317.52 0.89 0.55
Hex F2 28 B7 0 53 18 5 13E 59 37
Octal 362 50 267 0 123 30 5 476 131 67
Binary 11110010 101000 10110111 0 1010011 11000 101 100111110 1011001 110111

Color Harmonies of #F228B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F228B7

Black with #F228B7

Text Example


Text Example

White with #F228B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F228B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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