Html Css Color HEX #F07F90 Carissma

📋 copy color: '#F07F90'

red 240 ◦ green 127 ◦ blue 144

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

Shades of Carissma #F07F90

Tints of Carissma #F07F90

RGB

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

 GREEN value IS 127 (50% from 255) = 24.85%

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

R = 46.97%
G = 24.85%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F07F90 (or 0xF07F90) is known color: Carissma. HEX triplet: F0, 7F and 90. RGB value is (240,127,144). Sum of RGB (Red+Green+Blue) = 240+127+144=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07F90 is #0F806F. Grayscale: #A2A2A2. Windows color (decimal): -1015920 or 9469936. OLE color: 9469936.

HSL color Cylindrical-coordinate representation of color #F07F90: hue angle of 350.97º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07F90 is Cyan = 0, Magento = 0.47, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 144 -
CMYK 0 0.47 0.4 0.06
HSL 350.97º 0.79% 0.72% -
HSV(B) 350.97º 0.47% 0.94% -
XYZ 48.56 35.72 30.72 -
YUV 162.73 117.44 183.12 -
System Red Green Blue C M Y K H S L
Decimal 240 127 144 0 0.47 0.4 0.06 350.97 0.79 0.72
Hex F0 7F 90 0 2F 28 6 15F 4F 48
Octal 360 177 220 0 57 50 6 537 117 110
Binary 11110000 1111111 10010000 0 101111 101000 110 101011111 1001111 1001000

Color Harmonies of #F07F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F90

Black with #F07F90

Text Example


Text Example

White with #F07F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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