Html Css Color HEX #F07B90 Carissma

📋 copy color: '#F07B90'

red 240 ◦ green 123 ◦ blue 144

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

Shades of Carissma #F07B90

Tints of Carissma #F07B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.4%

R = 47.34%
G = 24.26%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F07B90 (or 0xF07B90) is known color: Carissma. HEX triplet: F0, 7B and 90. RGB value is (240,123,144). Sum of RGB (Red+Green+Blue) = 240+123+144=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07B90 is #0F846F. Grayscale: #A0A0A0. Windows color (decimal): -1016944 or 9468912. OLE color: 9468912.

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

Color convert

RGB 240 123 144 -
CMYK 0 0.49 0.4 0.06
HSL 349.23º 0.8% 0.71% -
HSV(B) 349.23º 0.49% 0.94% -
XYZ 48.05 34.7 30.55 -
YUV 160.38 118.76 184.79 -
System Red Green Blue C M Y K H S L
Decimal 240 123 144 0 0.49 0.4 0.06 349.23 0.8 0.71
Hex F0 7B 90 0 31 28 6 15D 50 47
Octal 360 173 220 0 61 50 6 535 120 107
Binary 11110000 1111011 10010000 0 110001 101000 110 101011101 1010000 1000111

Color Harmonies of #F07B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07B90

Black with #F07B90

Text Example


Text Example

White with #F07B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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