Html Css Color HEX #F225B2 Spicy Pink

📋 copy color: '#F225B2'

red 242 ◦ green 37 ◦ blue 178

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

Shades of Spicy Pink #F225B2

Tints of Spicy Pink #F225B2

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.1%

 BLUE value IS 178 (69.92% from 255) = 38.95%

R = 52.95%
G = 8.1%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F225B2 (or 0xF225B2) is known color: Spicy Pink. HEX triplet: F2, 25 and B2. RGB value is (242,37,178). Sum of RGB (Red+Green+Blue) = 242+37+178=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F225B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F225B2 is #0DDA4D. Grayscale: #727272. Windows color (decimal): -907854 or 11675122. OLE color: 11675122.

HSL color Cylindrical-coordinate representation of color #F225B2: hue angle of 318.73º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F225B2 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 37 178 -
CMYK 0 0.85 0.26 0.05
HSL 318.73º 0.89% 0.55% -
HSV(B) 318.73º 0.85% 0.95% -
XYZ 45.32 23.41 44.25 -
YUV 114.37 163.92 219.04 -
System Red Green Blue C M Y K H S L
Decimal 242 37 178 0 0.85 0.26 0.05 318.73 0.89 0.55
Hex F2 25 B2 0 55 1A 5 13F 59 37
Octal 362 45 262 0 125 32 5 477 131 67
Binary 11110010 100101 10110010 0 1010101 11010 101 100111111 1011001 110111

Color Harmonies of #F225B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F225B2

Black with #F225B2

Text Example


Text Example

White with #F225B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F225B2; }

 p { color: rgb(242,37,178); }

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

background-color css

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

 a { background-color: rgb(242,37,178); }

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

border-color css

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

 span { border-color: rgb(242,37,178); }

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