Html Css Color HEX #F21BAE Spicy Pink

📋 copy color: '#F21BAE'

red 242 ◦ green 27 ◦ blue 174

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

Shades of Spicy Pink #F21BAE

Tints of Spicy Pink #F21BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.09%

 BLUE value IS 174 (68.36% from 255) = 39.28%

R = 54.63%
G = 6.09%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F21BAE (or 0xF21BAE) is known color: Spicy Pink. HEX triplet: F2, 1B and AE. RGB value is (242,27,174). Sum of RGB (Red+Green+Blue) = 242+27+174=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F21BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21BAE is #0DE451. Grayscale: #6B6B6B. Windows color (decimal): -910418 or 11410418. OLE color: 11410418.

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

Color convert

RGB 242 27 174 -
CMYK 0 0.89 0.28 0.05
HSL 318.98º 0.89% 0.53% -
HSV(B) 318.98º 0.89% 0.95% -
XYZ 44.65 22.72 42.08 -
YUV 108.04 165.23 223.55 -
System Red Green Blue C M Y K H S L
Decimal 242 27 174 0 0.89 0.28 0.05 318.98 0.89 0.53
Hex F2 1B AE 0 59 1C 5 13F 59 35
Octal 362 33 256 0 131 34 5 477 131 65
Binary 11110010 11011 10101110 0 1011001 11100 101 100111111 1011001 110101

Color Harmonies of #F21BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21BAE

Black with #F21BAE

Text Example


Text Example

White with #F21BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21BAE; }

 p { color: rgb(242,27,174); }

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

background-color css

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

 a { background-color: rgb(242,27,174); }

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

border-color css

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

 span { border-color: rgb(242,27,174); }

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