Html Css Color HEX #FF228B Deep Pink

📋 copy color: '#FF228B'

red 255 ◦ green 34 ◦ blue 139

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

Shades of Deep Pink #FF228B

Tints of Deep Pink #FF228B

RGB

 RED value IS 255 (100% from 255) = 59.58%

 GREEN value IS 34 (13.67% from 255) = 7.94%

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

R = 59.58%
G = 7.94%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF228B (or 0xFF228B) is known color: Deep Pink. HEX triplet: FF, 22 and 8B. RGB value is (255,34,139). Sum of RGB (Red+Green+Blue) = 255+34+139=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 34 (13.67% from 255 or 7.94% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF228B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF228B is #00DD74. Grayscale: #6F6F6F. Windows color (decimal): -56693 or 9118463. OLE color: 9118463.

HSL color Cylindrical-coordinate representation of color #FF228B: hue angle of 331.49º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF228B is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 34 139 -
CMYK 0 0.87 0.45 0
HSL 331.49º 1% 0.57% -
HSV(B) 331.49º 0.87% 1% -
XYZ 46.47 24.27 26.66 -
YUV 112.05 143.22 229.96 -
System Red Green Blue C M Y K H S L
Decimal 255 34 139 0 0.87 0.45 0 331.49 1 0.57
Hex FF 22 8B 0 57 2D 0 14B 64 39
Octal 377 42 213 0 127 55 0 513 144 71
Binary 11111111 100010 10001011 0 1010111 101101 0 101001011 1100100 111001

Color Harmonies of #FF228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF228B

Black with #FF228B

Text Example


Text Example

White with #FF228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF228B; }

 p { color: rgb(255,34,139); }

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

background-color css

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

 a { background-color: rgb(255,34,139); }

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

border-color css

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

 span { border-color: rgb(255,34,139); }

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