Html Css Color HEX #FB429A Wild Strawberry

📋 copy color: '#FB429A'

red 251 ◦ green 66 ◦ blue 154

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

Shades of Wild Strawberry #FB429A

Tints of Wild Strawberry #FB429A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.01%

 BLUE value IS 154 (60.55% from 255) = 32.7%

R = 53.29%
G = 14.01%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB429A (or 0xFB429A) is known color: Wild Strawberry. HEX triplet: FB, 42 and 9A. RGB value is (251,66,154). Sum of RGB (Red+Green+Blue) = 251+66+154=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB429A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB429A is #04BD65. Grayscale: #838383. Windows color (decimal): -310630 or 10109691. OLE color: 10109691.

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

Color convert

RGB 251 66 154 -
CMYK 0 0.74 0.39 0.02
HSL 331.46º 0.96% 0.62% -
HSV(B) 331.46º 0.74% 0.98% -
XYZ 47.56 26.74 33.23 -
YUV 131.35 140.79 213.34 -
System Red Green Blue C M Y K H S L
Decimal 251 66 154 0 0.74 0.39 0.02 331.46 0.96 0.62
Hex FB 42 9A 0 4A 27 2 14B 60 3E
Octal 373 102 232 0 112 47 2 513 140 76
Binary 11111011 1000010 10011010 0 1001010 100111 10 101001011 1100000 111110

Color Harmonies of #FB429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB429A

Black with #FB429A

Text Example


Text Example

White with #FB429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB429A; }

 p { color: rgb(251,66,154); }

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

background-color css

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

 a { background-color: rgb(251,66,154); }

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

border-color css

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

 span { border-color: rgb(251,66,154); }

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