Html Css Color HEX #F21A8B Deep Pink

📋 copy color: '#F21A8B'

red 242 ◦ green 26 ◦ blue 139

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

Shades of Deep Pink #F21A8B

Tints of Deep Pink #F21A8B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.39%

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 59.46%
G = 6.39%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F21A8B (or 0xF21A8B) is known color: Deep Pink. HEX triplet: F2, 1A and 8B. RGB value is (242,26,139). Sum of RGB (Red+Green+Blue) = 242+26+139=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21A8B is #0DE574. Grayscale: #676767. Windows color (decimal): -910709 or 9116402. OLE color: 9116402.

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

Color convert

RGB 242 26 139 -
CMYK 0 0.89 0.43 0.05
HSL 328.61º 0.89% 0.53% -
HSV(B) 328.61º 0.89% 0.95% -
XYZ 41.65 21.48 26.38 -
YUV 103.47 148.06 226.81 -
System Red Green Blue C M Y K H S L
Decimal 242 26 139 0 0.89 0.43 0.05 328.61 0.89 0.53
Hex F2 1A 8B 0 59 2B 5 149 59 35
Octal 362 32 213 0 131 53 5 511 131 65
Binary 11110010 11010 10001011 0 1011001 101011 101 101001001 1011001 110101

Color Harmonies of #F21A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21A8B

Black with #F21A8B

Text Example


Text Example

White with #F21A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21A8B; }

 p { color: rgb(242,26,139); }

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

background-color css

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

 a { background-color: rgb(242,26,139); }

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

border-color css

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

 span { border-color: rgb(242,26,139); }

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