Html Css Color HEX #F07B9A Carissma

📋 copy color: '#F07B9A'

red 240 ◦ green 123 ◦ blue 154

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

Shades of Carissma #F07B9A

Tints of Carissma #F07B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.79%

R = 46.42%
G = 23.79%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F07B9A (or 0xF07B9A) is known color: Carissma. HEX triplet: F0, 7B and 9A. RGB value is (240,123,154). Sum of RGB (Red+Green+Blue) = 240+123+154=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07B9A is #0F8465. Grayscale: #A1A1A1. Windows color (decimal): -1016934 or 10124272. OLE color: 10124272.

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

Color convert

RGB 240 123 154 -
CMYK 0 0.49 0.36 0.06
HSL 344.1º 0.8% 0.71% -
HSV(B) 344.1º 0.49% 0.94% -
XYZ 48.85 35.02 34.76 -
YUV 161.52 123.76 183.98 -
System Red Green Blue C M Y K H S L
Decimal 240 123 154 0 0.49 0.36 0.06 344.1 0.8 0.71
Hex F0 7B 9A 0 31 24 6 158 50 47
Octal 360 173 232 0 61 44 6 530 120 107
Binary 11110000 1111011 10011010 0 110001 100100 110 101011000 1010000 1000111

Color Harmonies of #F07B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07B9A

Black with #F07B9A

Text Example


Text Example

White with #F07B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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