Html Css Color HEX #F7409F Wild Strawberry

📋 copy color: '#F7409F'

red 247 ◦ green 64 ◦ blue 159

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

Shades of Wild Strawberry #F7409F

Tints of Wild Strawberry #F7409F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.62%

 BLUE value IS 159 (62.5% from 255) = 33.83%

R = 52.55%
G = 13.62%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F7409F (or 0xF7409F) is known color: Wild Strawberry. HEX triplet: F7, 40 and 9F. RGB value is (247,64,159). Sum of RGB (Red+Green+Blue) = 247+64+159=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7409F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7409F is #08BF60. Grayscale: #818181. Windows color (decimal): -573281 or 10436855. OLE color: 10436855.

HSL color Cylindrical-coordinate representation of color #F7409F: hue angle of 328.85º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F7409F is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 64 159 -
CMYK 0 0.74 0.36 0.03
HSL 328.85º 0.92% 0.61% -
HSV(B) 328.85º 0.74% 0.97% -
XYZ 46.45 25.94 35.36 -
YUV 129.55 144.63 211.78 -
System Red Green Blue C M Y K H S L
Decimal 247 64 159 0 0.74 0.36 0.03 328.85 0.92 0.61
Hex F7 40 9F 0 4A 24 3 149 5C 3D
Octal 367 100 237 0 112 44 3 511 134 75
Binary 11110111 1000000 10011111 0 1001010 100100 11 101001001 1011100 111101

Color Harmonies of #F7409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7409F

Black with #F7409F

Text Example


Text Example

White with #F7409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7409F; }

 p { color: rgb(247,64,159); }

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

background-color css

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

 a { background-color: rgb(247,64,159); }

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

border-color css

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

 span { border-color: rgb(247,64,159); }

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