Html Css Color HEX #F21BB7 Spicy Pink

📋 copy color: '#F21BB7'

red 242 ◦ green 27 ◦ blue 183

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

Shades of Spicy Pink #F21BB7

Tints of Spicy Pink #F21BB7

RGB

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

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

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

R = 53.54%
G = 5.97%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F21BB7 (or 0xF21BB7) is known color: Spicy Pink. HEX triplet: F2, 1B and B7. RGB value is (242,27,183). Sum of RGB (Red+Green+Blue) = 242+27+183=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F21BB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21BB7 is #0DE448. Grayscale: #6C6C6C. Windows color (decimal): -910409 or 12000242. OLE color: 12000242.

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

Color convert

RGB 242 27 183 -
CMYK 0 0.89 0.24 0.05
HSL 316.47º 0.89% 0.53% -
HSV(B) 316.47º 0.89% 0.95% -
XYZ 45.56 23.08 46.85 -
YUV 109.07 169.73 222.82 -
System Red Green Blue C M Y K H S L
Decimal 242 27 183 0 0.89 0.24 0.05 316.47 0.89 0.53
Hex F2 1B B7 0 59 18 5 13C 59 35
Octal 362 33 267 0 131 30 5 474 131 65
Binary 11110010 11011 10110111 0 1011001 11000 101 100111100 1011001 110101

Color Harmonies of #F21BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21BB7

Black with #F21BB7

Text Example


Text Example

White with #F21BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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