Html Css Color HEX #FB38A6 Wild Strawberry

📋 copy color: '#FB38A6'

red 251 ◦ green 56 ◦ blue 166

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

Shades of Wild Strawberry #FB38A6

Tints of Wild Strawberry #FB38A6

RGB

 RED value IS 251 (98.44% from 255) = 53.07%

 GREEN value IS 56 (22.27% from 255) = 11.84%

 BLUE value IS 166 (65.23% from 255) = 35.1%

R = 53.07%
G = 11.84%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB38A6 (or 0xFB38A6) is known color: Wild Strawberry. HEX triplet: FB, 38 and A6. RGB value is (251,56,166). Sum of RGB (Red+Green+Blue) = 251+56+166=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB38A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB38A6 is #04C759. Grayscale: #7E7E7E. Windows color (decimal): -313178 or 10893563. OLE color: 10893563.

HSL color Cylindrical-coordinate representation of color #FB38A6: hue angle of 326.15º degrees, saturation: 0.96, 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 #FB38A6 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 56 166 -
CMYK 0 0.78 0.34 0.02
HSL 326.15º 0.96% 0.6% -
HSV(B) 326.15º 0.78% 0.98% -
XYZ 48.08 26.09 38.58 -
YUV 126.85 150.1 216.56 -
System Red Green Blue C M Y K H S L
Decimal 251 56 166 0 0.78 0.34 0.02 326.15 0.96 0.6
Hex FB 38 A6 0 4E 22 2 146 60 3C
Octal 373 70 246 0 116 42 2 506 140 74
Binary 11111011 111000 10100110 0 1001110 100010 10 101000110 1100000 111100

Color Harmonies of #FB38A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB38A6

Black with #FB38A6

Text Example


Text Example

White with #FB38A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB38A6; }

 p { color: rgb(251,56,166); }

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

background-color css

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

 a { background-color: rgb(251,56,166); }

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

border-color css

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

 span { border-color: rgb(251,56,166); }

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