Html Css Color HEX #F741AA Wild Strawberry

📋 copy color: '#F741AA'

red 247 ◦ green 65 ◦ blue 170

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

Shades of Wild Strawberry #F741AA

Tints of Wild Strawberry #F741AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.49%

 BLUE value IS 170 (66.8% from 255) = 35.27%

R = 51.24%
G = 13.49%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F741AA (or 0xF741AA) is known color: Wild Strawberry. HEX triplet: F7, 41 and AA. RGB value is (247,65,170). Sum of RGB (Red+Green+Blue) = 247+65+170=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F741AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F741AA is #08BE55. Grayscale: #838383. Windows color (decimal): -573014 or 11158007. OLE color: 11158007.

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

Color convert

RGB 247 65 170 -
CMYK 0 0.74 0.31 0.03
HSL 325.38º 0.92% 0.61% -
HSV(B) 325.38º 0.74% 0.97% -
XYZ 47.5 26.46 40.63 -
YUV 131.39 149.8 210.46 -
System Red Green Blue C M Y K H S L
Decimal 247 65 170 0 0.74 0.31 0.03 325.38 0.92 0.61
Hex F7 41 AA 0 4A 1F 3 145 5C 3D
Octal 367 101 252 0 112 37 3 505 134 75
Binary 11110111 1000001 10101010 0 1001010 11111 11 101000101 1011100 111101

Color Harmonies of #F741AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F741AA

Black with #F741AA

Text Example


Text Example

White with #F741AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F741AA; }

 p { color: rgb(247,65,170); }

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

background-color css

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

 a { background-color: rgb(247,65,170); }

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

border-color css

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

 span { border-color: rgb(247,65,170); }

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