Html Css Color HEX #F07B8B Carissma

📋 copy color: '#F07B8B'

red 240 ◦ green 123 ◦ blue 139

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

Shades of Carissma #F07B8B

Tints of Carissma #F07B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.69%

R = 47.81%
G = 24.5%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F07B8B (or 0xF07B8B) is known color: Carissma. HEX triplet: F0, 7B and 8B. RGB value is (240,123,139). Sum of RGB (Red+Green+Blue) = 240+123+139=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07B8B is #0F8474. Grayscale: #9F9F9F. Windows color (decimal): -1016949 or 9141232. OLE color: 9141232.

HSL color Cylindrical-coordinate representation of color #F07B8B: hue angle of 351.79º 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 #F07B8B is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 123 139 -
CMYK 0 0.49 0.42 0.06
HSL 351.79º 0.8% 0.71% -
HSV(B) 351.79º 0.49% 0.94% -
XYZ 47.68 34.56 28.58 -
YUV 159.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 240 123 139 0 0.49 0.42 0.06 351.79 0.8 0.71
Hex F0 7B 8B 0 31 2A 6 160 50 47
Octal 360 173 213 0 61 52 6 540 120 107
Binary 11110000 1111011 10001011 0 110001 101010 110 101100000 1010000 1000111

Color Harmonies of #F07B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07B8B

Black with #F07B8B

Text Example


Text Example

White with #F07B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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