Html Css Color HEX #FB768F Carissma

📋 copy color: '#FB768F'

red 251 ◦ green 118 ◦ blue 143

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

Shades of Carissma #FB768F

Tints of Carissma #FB768F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.05%

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

R = 49.02%
G = 23.05%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB768F (or 0xFB768F) is known color: Carissma. HEX triplet: FB, 76 and 8F. RGB value is (251,118,143). Sum of RGB (Red+Green+Blue) = 251+118+143=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB768F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB768F is #048970. Grayscale: #A0A0A0. Windows color (decimal): -297329 or 9402107. OLE color: 9402107.

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

Color convert

RGB 251 118 143 -
CMYK 0 0.53 0.43 0.02
HSL 348.72º 0.94% 0.72% -
HSV(B) 348.72º 0.53% 0.98% -
XYZ 51.22 35.45 30.13 -
YUV 160.62 118.06 192.47 -
System Red Green Blue C M Y K H S L
Decimal 251 118 143 0 0.53 0.43 0.02 348.72 0.94 0.72
Hex FB 76 8F 0 35 2B 2 15D 5E 48
Octal 373 166 217 0 65 53 2 535 136 110
Binary 11111011 1110110 10001111 0 110101 101011 10 101011101 1011110 1001000

Color Harmonies of #FB768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB768F

Black with #FB768F

Text Example


Text Example

White with #FB768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB768F; }

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

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

background-color css

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

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

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

border-color css

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

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

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