Html Css Color HEX #F07B96 Carissma

📋 copy color: '#F07B96'

red 240 ◦ green 123 ◦ blue 150

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

Shades of Carissma #F07B96

Tints of Carissma #F07B96

RGB

 RED value IS 240 (94.14% from 255) = 46.78%

 GREEN value IS 123 (48.44% from 255) = 23.98%

 BLUE value IS 150 (58.98% from 255) = 29.24%

R = 46.78%
G = 23.98%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F07B96 (or 0xF07B96) is known color: Carissma. HEX triplet: F0, 7B and 96. RGB value is (240,123,150). Sum of RGB (Red+Green+Blue) = 240+123+150=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07B96 is #0F8469. Grayscale: #A1A1A1. Windows color (decimal): -1016938 or 9862128. OLE color: 9862128.

HSL color Cylindrical-coordinate representation of color #F07B96: hue angle of 346.15º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07B96 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 123 150 -
CMYK 0 0.49 0.37 0.06
HSL 346.15º 0.8% 0.71% -
HSV(B) 346.15º 0.49% 0.94% -
XYZ 48.52 34.89 33.03 -
YUV 161.06 121.76 184.3 -
System Red Green Blue C M Y K H S L
Decimal 240 123 150 0 0.49 0.37 0.06 346.15 0.8 0.71
Hex F0 7B 96 0 31 25 6 15A 50 47
Octal 360 173 226 0 61 45 6 532 120 107
Binary 11110000 1111011 10010110 0 110001 100101 110 101011010 1010000 1000111

Color Harmonies of #F07B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07B96

Black with #F07B96

Text Example


Text Example

White with #F07B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07B96; }

 p { color: rgb(240,123,150); }

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

background-color css

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

 a { background-color: rgb(240,123,150); }

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

border-color css

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

 span { border-color: rgb(240,123,150); }

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