Html Css Color HEX #F21783 Deep Pink

📋 copy color: '#F21783'

red 242 ◦ green 23 ◦ blue 131

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

Shades of Deep Pink #F21783

Tints of Deep Pink #F21783

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.81%

 BLUE value IS 131 (51.56% from 255) = 33.08%

R = 61.11%
G = 5.81%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F21783 (or 0xF21783) is known color: Deep Pink. HEX triplet: F2, 17 and 83. RGB value is (242,23,131). Sum of RGB (Red+Green+Blue) = 242+23+131=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F21783 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21783 is #0DE87C. Grayscale: #646464. Windows color (decimal): -911485 or 8591346. OLE color: 8591346.

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

Color convert

RGB 242 23 131 -
CMYK 0 0.90 0.46 0.05
HSL 330.41º 0.89% 0.52% -
HSV(B) 330.41º 0.9% 0.95% -
XYZ 41.02 21.13 23.39 -
YUV 100.79 145.05 228.72 -
System Red Green Blue C M Y K H S L
Decimal 242 23 131 0 0.90 0.46 0.05 330.41 0.89 0.52
Hex F2 17 83 0 5A 2E 5 14A 59 34
Octal 362 27 203 0 132 56 5 512 131 64
Binary 11110010 10111 10000011 0 1011010 101110 101 101001010 1011001 110100

Color Harmonies of #F21783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21783

Black with #F21783

Text Example


Text Example

White with #F21783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21783; }

 p { color: rgb(242,23,131); }

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

background-color css

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

 a { background-color: rgb(242,23,131); }

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

border-color css

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

 span { border-color: rgb(242,23,131); }

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