Html Css Color HEX #F27790 Carissma

📋 copy color: '#F27790'

red 242 ◦ green 119 ◦ blue 144

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

Shades of Carissma #F27790

Tints of Carissma #F27790

RGB

 RED value IS 242 (94.92% from 255) = 47.92%

 GREEN value IS 119 (46.88% from 255) = 23.56%

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

R = 47.92%
G = 23.56%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F27790 (or 0xF27790) is known color: Carissma. HEX triplet: F2, 77 and 90. RGB value is (242,119,144). Sum of RGB (Red+Green+Blue) = 242+119+144=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F27790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27790 is #0D886F. Grayscale: #9E9E9E. Windows color (decimal): -886896 or 9467890. OLE color: 9467890.

HSL color Cylindrical-coordinate representation of color #F27790: hue angle of 347.8º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F27790 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 119 144 -
CMYK 0 0.51 0.40 0.05
HSL 347.8º 0.83% 0.71% -
HSV(B) 347.8º 0.51% 0.95% -
XYZ 48.25 34.08 30.42 -
YUV 158.63 119.75 187.47 -
System Red Green Blue C M Y K H S L
Decimal 242 119 144 0 0.51 0.40 0.05 347.8 0.83 0.71
Hex F2 77 90 0 33 28 5 15C 53 47
Octal 362 167 220 0 63 50 5 534 123 107
Binary 11110010 1110111 10010000 0 110011 101000 101 101011100 1010011 1000111

Color Harmonies of #F27790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27790

Black with #F27790

Text Example


Text Example

White with #F27790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27790; }

 p { color: rgb(242,119,144); }

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

background-color css

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

 a { background-color: rgb(242,119,144); }

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

border-color css

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

 span { border-color: rgb(242,119,144); }

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