Html Css Color HEX #F2507B Dark Pink

📋 copy color: '#F2507B'

red 242 ◦ green 80 ◦ blue 123

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

Shades of Dark Pink #F2507B

Tints of Dark Pink #F2507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.98%

 BLUE value IS 123 (48.44% from 255) = 27.64%

R = 54.38%
G = 17.98%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2507B (or 0xF2507B) is known color: Dark Pink. HEX triplet: F2, 50 and 7B. RGB value is (242,80,123). Sum of RGB (Red+Green+Blue) = 242+80+123=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F2507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2507B is #0DAF84. Grayscale: #858585. Windows color (decimal): -896901 or 8081650. OLE color: 8081650.

HSL color Cylindrical-coordinate representation of color #F2507B: hue angle of 344.07º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2507B is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 80 123 -
CMYK 0 0.67 0.49 0.05
HSL 344.07º 0.86% 0.63% -
HSV(B) 344.07º 0.67% 0.95% -
XYZ 43.06 26.04 21.5 -
YUV 133.34 122.17 205.5 -
System Red Green Blue C M Y K H S L
Decimal 242 80 123 0 0.67 0.49 0.05 344.07 0.86 0.63
Hex F2 50 7B 0 43 31 5 158 56 3F
Octal 362 120 173 0 103 61 5 530 126 77
Binary 11110010 1010000 1111011 0 1000011 110001 101 101011000 1010110 111111

Color Harmonies of #F2507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2507B

Black with #F2507B

Text Example


Text Example

White with #F2507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2507B; }

 p { color: rgb(242,80,123); }

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

background-color css

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

 a { background-color: rgb(242,80,123); }

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

border-color css

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

 span { border-color: rgb(242,80,123); }

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