Html Css Color HEX #F72F8D Wild Strawberry

📋 copy color: '#F72F8D'

red 247 ◦ green 47 ◦ blue 141

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

Shades of Wild Strawberry #F72F8D

Tints of Wild Strawberry #F72F8D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.8%

 BLUE value IS 141 (55.47% from 255) = 32.41%

R = 56.78%
G = 10.8%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F72F8D (or 0xF72F8D) is known color: Wild Strawberry. HEX triplet: F7, 2F and 8D. RGB value is (247,47,141). Sum of RGB (Red+Green+Blue) = 247+47+141=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72F8D is #08D072. Grayscale: #757575. Windows color (decimal): -577651 or 9252855. OLE color: 9252855.

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

Color convert

RGB 247 47 141 -
CMYK 0 0.81 0.43 0.03
HSL 331.8º 0.93% 0.58% -
HSV(B) 331.8º 0.81% 0.97% -
XYZ 44.18 23.73 27.45 -
YUV 117.52 141.26 220.36 -
System Red Green Blue C M Y K H S L
Decimal 247 47 141 0 0.81 0.43 0.03 331.8 0.93 0.58
Hex F7 2F 8D 0 51 2B 3 14C 5D 3A
Octal 367 57 215 0 121 53 3 514 135 72
Binary 11110111 101111 10001101 0 1010001 101011 11 101001100 1011101 111010

Color Harmonies of #F72F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72F8D

Black with #F72F8D

Text Example


Text Example

White with #F72F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72F8D; }

 p { color: rgb(247,47,141); }

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

background-color css

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

 a { background-color: rgb(247,47,141); }

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

border-color css

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

 span { border-color: rgb(247,47,141); }

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