Html Css Color HEX #FB4B7A Wild Watermelon

📋 copy color: '#FB4B7A'

red 251 ◦ green 75 ◦ blue 122

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

Shades of Wild Watermelon #FB4B7A

Tints of Wild Watermelon #FB4B7A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.74%

 BLUE value IS 122 (48.05% from 255) = 27.23%

R = 56.03%
G = 16.74%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB4B7A (or 0xFB4B7A) is known color: Wild Watermelon. HEX triplet: FB, 4B and 7A. RGB value is (251,75,122). Sum of RGB (Red+Green+Blue) = 251+75+122=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4B7A is #04B485. Grayscale: #848484. Windows color (decimal): -308358 or 8014843. OLE color: 8014843.

HSL color Cylindrical-coordinate representation of color #FB4B7A: hue angle of 343.98º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4B7A is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 75 122 -
CMYK 0 0.70 0.51 0.02
HSL 343.98º 0.96% 0.64% -
HSV(B) 343.98º 0.7% 0.98% -
XYZ 45.81 26.95 21.2 -
YUV 132.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 251 75 122 0 0.70 0.51 0.02 343.98 0.96 0.64
Hex FB 4B 7A 0 46 33 2 158 60 40
Octal 373 113 172 0 106 63 2 530 140 100
Binary 11111011 1001011 1111010 0 1000110 110011 10 101011000 1100000 1000000

Color Harmonies of #FB4B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4B7A

Black with #FB4B7A

Text Example


Text Example

White with #FB4B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4B7A; }

 p { color: rgb(251,75,122); }

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

background-color css

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

 a { background-color: rgb(251,75,122); }

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

border-color css

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

 span { border-color: rgb(251,75,122); }

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