Html Css Color HEX #FB2A7D Wild Strawberry

📋 copy color: '#FB2A7D'

red 251 ◦ green 42 ◦ blue 125

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

Shades of Wild Strawberry #FB2A7D

Tints of Wild Strawberry #FB2A7D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.05%

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 60.05%
G = 10.05%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FB2A7D (or 0xFB2A7D) is known color: Wild Strawberry. HEX triplet: FB, 2A and 7D. RGB value is (251,42,125). Sum of RGB (Red+Green+Blue) = 251+42+125=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2A7D is #04D582. Grayscale: #717171. Windows color (decimal): -316803 or 8203003. OLE color: 8203003.

HSL color Cylindrical-coordinate representation of color #FB2A7D: hue angle of 336.17º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2A7D is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 42 125 -
CMYK 0 0.83 0.50 0.02
HSL 336.17º 0.96% 0.57% -
HSV(B) 336.17º 0.83% 0.98% -
XYZ 44.31 23.65 21.63 -
YUV 113.95 134.24 225.75 -
System Red Green Blue C M Y K H S L
Decimal 251 42 125 0 0.83 0.50 0.02 336.17 0.96 0.57
Hex FB 2A 7D 0 53 32 2 150 60 39
Octal 373 52 175 0 123 62 2 520 140 71
Binary 11111011 101010 1111101 0 1010011 110010 10 101010000 1100000 111001

Color Harmonies of #FB2A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2A7D

Black with #FB2A7D

Text Example


Text Example

White with #FB2A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2A7D; }

 p { color: rgb(251,42,125); }

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

background-color css

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

 a { background-color: rgb(251,42,125); }

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

border-color css

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

 span { border-color: rgb(251,42,125); }

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