Html Css Color HEX #F24B7A Dark Pink

📋 copy color: '#F24B7A'

red 242 ◦ green 75 ◦ blue 122

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

Shades of Dark Pink #F24B7A

Tints of Dark Pink #F24B7A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.08%

 BLUE value IS 122 (48.05% from 255) = 27.79%

R = 55.13%
G = 17.08%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F24B7A (or 0xF24B7A) is known color: Dark Pink. HEX triplet: F2, 4B and 7A. RGB value is (242,75,122). Sum of RGB (Red+Green+Blue) = 242+75+122=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24B7A is #0DB485. Grayscale: #828282. Windows color (decimal): -898182 or 8014834. OLE color: 8014834.

HSL color Cylindrical-coordinate representation of color #F24B7A: hue angle of 343.11º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24B7A is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 75 122 -
CMYK 0 0.69 0.50 0.05
HSL 343.11º 0.87% 0.62% -
HSV(B) 343.11º 0.69% 0.95% -
XYZ 42.65 25.31 21.05 -
YUV 130.29 123.33 207.68 -
System Red Green Blue C M Y K H S L
Decimal 242 75 122 0 0.69 0.50 0.05 343.11 0.87 0.62
Hex F2 4B 7A 0 45 32 5 157 57 3E
Octal 362 113 172 0 105 62 5 527 127 76
Binary 11110010 1001011 1111010 0 1000101 110010 101 101010111 1010111 111110

Color Harmonies of #F24B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24B7A

Black with #F24B7A

Text Example


Text Example

White with #F24B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24B7A; }

 p { color: rgb(242,75,122); }

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

background-color css

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

 a { background-color: rgb(242,75,122); }

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

border-color css

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

 span { border-color: rgb(242,75,122); }

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