Html Css Color HEX #F732A0 Wild Strawberry

📋 copy color: '#F732A0'

red 247 ◦ green 50 ◦ blue 160

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

Shades of Wild Strawberry #F732A0

Tints of Wild Strawberry #F732A0

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.94%

 BLUE value IS 160 (62.89% from 255) = 35.01%

R = 54.05%
G = 10.94%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F732A0 (or 0xF732A0) is known color: Wild Strawberry. HEX triplet: F7, 32 and A0. RGB value is (247,50,160). Sum of RGB (Red+Green+Blue) = 247+50+160=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F732A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F732A0 is #08CD5F. Grayscale: #797979. Windows color (decimal): -576864 or 10498807. OLE color: 10498807.

HSL color Cylindrical-coordinate representation of color #F732A0: hue angle of 326.5º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F732A0 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 50 160 -
CMYK 0 0.80 0.35 0.03
HSL 326.5º 0.92% 0.58% -
HSV(B) 326.5º 0.8% 0.97% -
XYZ 45.84 24.59 35.59 -
YUV 121.44 149.77 217.56 -
System Red Green Blue C M Y K H S L
Decimal 247 50 160 0 0.80 0.35 0.03 326.5 0.92 0.58
Hex F7 32 A0 0 50 23 3 146 5C 3A
Octal 367 62 240 0 120 43 3 506 134 72
Binary 11110111 110010 10100000 0 1010000 100011 11 101000110 1011100 111010

Color Harmonies of #F732A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F732A0

Black with #F732A0

Text Example


Text Example

White with #F732A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F732A0; }

 p { color: rgb(247,50,160); }

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

background-color css

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

 a { background-color: rgb(247,50,160); }

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

border-color css

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

 span { border-color: rgb(247,50,160); }

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