Html Css Color HEX #FB7A8A Carissma

📋 copy color: '#FB7A8A'

red 251 ◦ green 122 ◦ blue 138

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

Shades of Carissma #FB7A8A

Tints of Carissma #FB7A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.87%

 BLUE value IS 138 (54.3% from 255) = 27.01%

R = 49.12%
G = 23.87%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB7A8A (or 0xFB7A8A) is known color: Carissma. HEX triplet: FB, 7A and 8A. RGB value is (251,122,138). Sum of RGB (Red+Green+Blue) = 251+122+138=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7A8A is #048575. Grayscale: #A2A2A2. Windows color (decimal): -296310 or 9075451. OLE color: 9075451.

HSL color Cylindrical-coordinate representation of color #FB7A8A: hue angle of 352.56º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7A8A is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 122 138 -
CMYK 0 0.51 0.45 0.02
HSL 352.56º 0.94% 0.73% -
HSV(B) 352.56º 0.51% 0.98% -
XYZ 51.33 36.26 28.34 -
YUV 162.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 251 122 138 0 0.51 0.45 0.02 352.56 0.94 0.73
Hex FB 7A 8A 0 33 2D 2 161 5E 49
Octal 373 172 212 0 63 55 2 541 136 111
Binary 11111011 1111010 10001010 0 110011 101101 10 101100001 1011110 1001001

Color Harmonies of #FB7A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7A8A

Black with #FB7A8A

Text Example


Text Example

White with #FB7A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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