Html Css Color HEX #F07A8B Carissma

📋 copy color: '#F07A8B'

red 240 ◦ green 122 ◦ blue 139

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

Shades of Carissma #F07A8B

Tints of Carissma #F07A8B

RGB

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

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

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

R = 47.9%
G = 24.35%
B = 27.74%

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

#F07A8B (or 0xF07A8B) is known color: Carissma. HEX triplet: F0, 7A and 8B. RGB value is (240,122,139). Sum of RGB (Red+Green+Blue) = 240+122+139=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07A8B is #0F8574. Grayscale: #9F9F9F. Windows color (decimal): -1017205 or 9140976. OLE color: 9140976.

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

Color convert

RGB 240 122 139 -
CMYK 0 0.49 0.42 0.06
HSL 351.36º 0.8% 0.71% -
HSV(B) 351.36º 0.49% 0.94% -
XYZ 47.55 34.31 28.54 -
YUV 159.22 116.59 185.62 -
System Red Green Blue C M Y K H S L
Decimal 240 122 139 0 0.49 0.42 0.06 351.36 0.8 0.71
Hex F0 7A 8B 0 31 2A 6 15F 50 47
Octal 360 172 213 0 61 52 6 537 120 107
Binary 11110000 1111010 10001011 0 110001 101010 110 101011111 1010000 1000111

Color Harmonies of #F07A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A8B

Black with #F07A8B

Text Example


Text Example

White with #F07A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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