Html Css Color HEX #F63FAA Wild Strawberry

📋 copy color: '#F63FAA'

red 246 ◦ green 63 ◦ blue 170

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

Shades of Wild Strawberry #F63FAA

Tints of Wild Strawberry #F63FAA

RGB

 RED value IS 246 (96.48% from 255) = 51.36%

 GREEN value IS 63 (25% from 255) = 13.15%

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

R = 51.36%
G = 13.15%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F63FAA (or 0xF63FAA) is known color: Wild Strawberry. HEX triplet: F6, 3F and AA. RGB value is (246,63,170). Sum of RGB (Red+Green+Blue) = 246+63+170=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63FAA is #09C055. Grayscale: #818181. Windows color (decimal): -639062 or 11157494. OLE color: 11157494.

HSL color Cylindrical-coordinate representation of color #F63FAA: hue angle of 324.92º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F63FAA is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 63 170 -
CMYK 0 0.74 0.31 0.04
HSL 324.92º 0.91% 0.61% -
HSV(B) 324.92º 0.74% 0.96% -
XYZ 47.04 26.05 40.58 -
YUV 129.92 150.63 210.8 -
System Red Green Blue C M Y K H S L
Decimal 246 63 170 0 0.74 0.31 0.04 324.92 0.91 0.61
Hex F6 3F AA 0 4A 1F 4 145 5B 3D
Octal 366 77 252 0 112 37 4 505 133 75
Binary 11110110 111111 10101010 0 1001010 11111 100 101000101 1011011 111101

Color Harmonies of #F63FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63FAA

Black with #F63FAA

Text Example


Text Example

White with #F63FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63FAA; }

 p { color: rgb(246,63,170); }

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

background-color css

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

 a { background-color: rgb(246,63,170); }

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

border-color css

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

 span { border-color: rgb(246,63,170); }

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