Html Css Color HEX #F7258B Deep Pink

📋 copy color: '#F7258B'

red 247 ◦ green 37 ◦ blue 139

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

Shades of Deep Pink #F7258B

Tints of Deep Pink #F7258B

RGB

 RED value IS 247 (96.88% from 255) = 58.39%

 GREEN value IS 37 (14.84% from 255) = 8.75%

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

R = 58.39%
G = 8.75%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7258B (or 0xF7258B) is known color: Deep Pink. HEX triplet: F7, 25 and 8B. RGB value is (247,37,139). Sum of RGB (Red+Green+Blue) = 247+37+139=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F7258B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7258B is #08DA74. Grayscale: #6F6F6F. Windows color (decimal): -580213 or 9119223. OLE color: 9119223.

HSL color Cylindrical-coordinate representation of color #F7258B: hue angle of 330.86º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7258B is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 37 139 -
CMYK 0 0.85 0.44 0.03
HSL 330.86º 0.93% 0.56% -
HSV(B) 330.86º 0.85% 0.97% -
XYZ 43.68 22.96 26.56 -
YUV 111.42 143.57 224.71 -
System Red Green Blue C M Y K H S L
Decimal 247 37 139 0 0.85 0.44 0.03 330.86 0.93 0.56
Hex F7 25 8B 0 55 2C 3 14B 5D 38
Octal 367 45 213 0 125 54 3 513 135 70
Binary 11110111 100101 10001011 0 1010101 101100 11 101001011 1011101 111000

Color Harmonies of #F7258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7258B

Black with #F7258B

Text Example


Text Example

White with #F7258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7258B; }

 p { color: rgb(247,37,139); }

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

background-color css

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

 a { background-color: rgb(247,37,139); }

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

border-color css

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

 span { border-color: rgb(247,37,139); }

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