Html Css Color HEX #F21DBB Shocking Pink

📋 copy color: '#F21DBB'

red 242 ◦ green 29 ◦ blue 187

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

Shades of Shocking Pink #F21DBB

Tints of Shocking Pink #F21DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.33%

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 52.84%
G = 6.33%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F21DBB (or 0xF21DBB) is known color: Shocking Pink. HEX triplet: F2, 1D and BB. RGB value is (242,29,187). Sum of RGB (Red+Green+Blue) = 242+29+187=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DBB is #0DE244. Grayscale: #6E6E6E. Windows color (decimal): -909893 or 12262898. OLE color: 12262898.

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

Color convert

RGB 242 29 187 -
CMYK 0 0.88 0.23 0.05
HSL 315.49º 0.89% 0.53% -
HSV(B) 315.49º 0.88% 0.95% -
XYZ 46.03 23.34 49.09 -
YUV 110.7 171.07 221.65 -
System Red Green Blue C M Y K H S L
Decimal 242 29 187 0 0.88 0.23 0.05 315.49 0.89 0.53
Hex F2 1D BB 0 58 17 5 13B 59 35
Octal 362 35 273 0 130 27 5 473 131 65
Binary 11110010 11101 10111011 0 1011000 10111 101 100111011 1011001 110101

Color Harmonies of #F21DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21DBB

Black with #F21DBB

Text Example


Text Example

White with #F21DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21DBB; }

 p { color: rgb(242,29,187); }

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

background-color css

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

 a { background-color: rgb(242,29,187); }

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

border-color css

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

 span { border-color: rgb(242,29,187); }

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