Html Css Color HEX #FA3BA7 Wild Strawberry

📋 copy color: '#FA3BA7'

red 250 ◦ green 59 ◦ blue 167

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

Shades of Wild Strawberry #FA3BA7

Tints of Wild Strawberry #FA3BA7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.39%

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

R = 52.52%
G = 12.39%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA3BA7 (or 0xFA3BA7) is known color: Wild Strawberry. HEX triplet: FA, 3B and A7. RGB value is (250,59,167). Sum of RGB (Red+Green+Blue) = 250+59+167=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3BA7 is #05C458. Grayscale: #808080. Windows color (decimal): -377945 or 10959866. OLE color: 10959866.

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

Color convert

RGB 250 59 167 -
CMYK 0 0.76 0.33 0.02
HSL 326.07º 0.95% 0.61% -
HSV(B) 326.07º 0.76% 0.98% -
XYZ 47.96 26.24 39.1 -
YUV 128.42 149.78 214.72 -
System Red Green Blue C M Y K H S L
Decimal 250 59 167 0 0.76 0.33 0.02 326.07 0.95 0.61
Hex FA 3B A7 0 4C 21 2 146 5F 3D
Octal 372 73 247 0 114 41 2 506 137 75
Binary 11111010 111011 10100111 0 1001100 100001 10 101000110 1011111 111101

Color Harmonies of #FA3BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3BA7

Black with #FA3BA7

Text Example


Text Example

White with #FA3BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3BA7; }

 p { color: rgb(250,59,167); }

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

background-color css

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

 a { background-color: rgb(250,59,167); }

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

border-color css

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

 span { border-color: rgb(250,59,167); }

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