Html Css Color HEX #F742A7 Wild Strawberry

📋 copy color: '#F742A7'

red 247 ◦ green 66 ◦ blue 167

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

Shades of Wild Strawberry #F742A7

Tints of Wild Strawberry #F742A7

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.75%

 BLUE value IS 167 (65.63% from 255) = 34.79%

R = 51.46%
G = 13.75%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F742A7 (or 0xF742A7) is known color: Wild Strawberry. HEX triplet: F7, 42 and A7. RGB value is (247,66,167). Sum of RGB (Red+Green+Blue) = 247+66+167=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F742A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F742A7 is #08BD58. Grayscale: #838383. Windows color (decimal): -572761 or 10961655. OLE color: 10961655.

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

Color convert

RGB 247 66 167 -
CMYK 0 0.73 0.32 0.03
HSL 326.52º 0.92% 0.61% -
HSV(B) 326.52º 0.73% 0.97% -
XYZ 47.28 26.46 39.17 -
YUV 131.63 147.97 210.29 -
System Red Green Blue C M Y K H S L
Decimal 247 66 167 0 0.73 0.32 0.03 326.52 0.92 0.61
Hex F7 42 A7 0 49 20 3 147 5C 3D
Octal 367 102 247 0 111 40 3 507 134 75
Binary 11110111 1000010 10100111 0 1001001 100000 11 101000111 1011100 111101

Color Harmonies of #F742A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742A7

Black with #F742A7

Text Example


Text Example

White with #F742A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742A7; }

 p { color: rgb(247,66,167); }

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

background-color css

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

 a { background-color: rgb(247,66,167); }

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

border-color css

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

 span { border-color: rgb(247,66,167); }

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