Html Css Color HEX #FB7A8F Carissma

📋 copy color: '#FB7A8F'

red 251 ◦ green 122 ◦ blue 143

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

Shades of Carissma #FB7A8F

Tints of Carissma #FB7A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.71%

R = 48.64%
G = 23.64%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB7A8F (or 0xFB7A8F) is known color: Carissma. HEX triplet: FB, 7A and 8F. RGB value is (251,122,143). Sum of RGB (Red+Green+Blue) = 251+122+143=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7A8F is #048570. Grayscale: #A3A3A3. Windows color (decimal): -296305 or 9403131. OLE color: 9403131.

HSL color Cylindrical-coordinate representation of color #FB7A8F: hue angle of 350.23º 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 #FB7A8F is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 122 143 -
CMYK 0 0.51 0.43 0.02
HSL 350.23º 0.94% 0.73% -
HSV(B) 350.23º 0.51% 0.98% -
XYZ 51.7 36.41 30.29 -
YUV 162.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 251 122 143 0 0.51 0.43 0.02 350.23 0.94 0.73
Hex FB 7A 8F 0 33 2B 2 15E 5E 49
Octal 373 172 217 0 63 53 2 536 136 111
Binary 11111011 1111010 10001111 0 110011 101011 10 101011110 1011110 1001001

Color Harmonies of #FB7A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7A8F

Black with #FB7A8F

Text Example


Text Example

White with #FB7A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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