Html Css Color HEX #F7409A Wild Strawberry

📋 copy color: '#F7409A'

red 247 ◦ green 64 ◦ blue 154

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

Shades of Wild Strawberry #F7409A

Tints of Wild Strawberry #F7409A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.12%

R = 53.12%
G = 13.76%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F7409A (or 0xF7409A) is known color: Wild Strawberry. HEX triplet: F7, 40 and 9A. RGB value is (247,64,154). Sum of RGB (Red+Green+Blue) = 247+64+154=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F7409A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7409A is #08BF65. Grayscale: #808080. Windows color (decimal): -573286 or 10109175. OLE color: 10109175.

HSL color Cylindrical-coordinate representation of color #F7409A: hue angle of 330.49º 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 #F7409A is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 64 154 -
CMYK 0 0.74 0.38 0.03
HSL 330.49º 0.92% 0.61% -
HSV(B) 330.49º 0.74% 0.97% -
XYZ 46.02 25.77 33.12 -
YUV 128.98 142.13 212.18 -
System Red Green Blue C M Y K H S L
Decimal 247 64 154 0 0.74 0.38 0.03 330.49 0.92 0.61
Hex F7 40 9A 0 4A 26 3 14A 5C 3D
Octal 367 100 232 0 112 46 3 512 134 75
Binary 11110111 1000000 10011010 0 1001010 100110 11 101001010 1011100 111101

Color Harmonies of #F7409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7409A

Black with #F7409A

Text Example


Text Example

White with #F7409A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7409A; }

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

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

background-color css

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

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

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

border-color css

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

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

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