Html Css Color HEX #FA3698 Wild Strawberry

📋 copy color: '#FA3698'

red 250 ◦ green 54 ◦ blue 152

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

Shades of Wild Strawberry #FA3698

Tints of Wild Strawberry #FA3698

RGB

 RED value IS 250 (98.05% from 255) = 54.82%

 GREEN value IS 54 (21.48% from 255) = 11.84%

 BLUE value IS 152 (59.77% from 255) = 33.33%

R = 54.82%
G = 11.84%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA3698 (or 0xFA3698) is known color: Wild Strawberry. HEX triplet: FA, 36 and 98. RGB value is (250,54,152). Sum of RGB (Red+Green+Blue) = 250+54+152=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3698 is #05C967. Grayscale: #7B7B7B. Windows color (decimal): -379240 or 9975546. OLE color: 9975546.

HSL color Cylindrical-coordinate representation of color #FA3698: hue angle of 330º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA3698 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 54 152 -
CMYK 0 0.78 0.39 0.02
HSL 330º 0.95% 0.6% -
HSV(B) 330º 0.78% 0.98% -
XYZ 46.41 25.23 32.13 -
YUV 123.78 143.93 218.03 -
System Red Green Blue C M Y K H S L
Decimal 250 54 152 0 0.78 0.39 0.02 330 0.95 0.6
Hex FA 36 98 0 4E 27 2 14A 5F 3C
Octal 372 66 230 0 116 47 2 512 137 74
Binary 11111010 110110 10011000 0 1001110 100111 10 101001010 1011111 111100

Color Harmonies of #FA3698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3698

Black with #FA3698

Text Example


Text Example

White with #FA3698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3698; }

 p { color: rgb(250,54,152); }

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

background-color css

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

 a { background-color: rgb(250,54,152); }

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

border-color css

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

 span { border-color: rgb(250,54,152); }

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