Html Css Color HEX #F27690 Carissma

📋 copy color: '#F27690'

red 242 ◦ green 118 ◦ blue 144

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

Shades of Carissma #F27690

Tints of Carissma #F27690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.41%

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

R = 48.02%
G = 23.41%
B = 28.57%

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

#F27690 (or 0xF27690) is known color: Carissma. HEX triplet: F2, 76 and 90. RGB value is (242,118,144). Sum of RGB (Red+Green+Blue) = 242+118+144=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F27690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27690 is #0D896F. Grayscale: #9E9E9E. Windows color (decimal): -887152 or 9467634. OLE color: 9467634.

HSL color Cylindrical-coordinate representation of color #F27690: hue angle of 347.42º 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 #F27690 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 118 144 -
CMYK 0 0.51 0.40 0.05
HSL 347.42º 0.83% 0.71% -
HSV(B) 347.42º 0.51% 0.95% -
XYZ 48.13 33.85 30.38 -
YUV 158.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 242 118 144 0 0.51 0.40 0.05 347.42 0.83 0.71
Hex F2 76 90 0 33 28 5 15B 53 47
Octal 362 166 220 0 63 50 5 533 123 107
Binary 11110010 1110110 10010000 0 110011 101000 101 101011011 1010011 1000111

Color Harmonies of #F27690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27690

Black with #F27690

Text Example


Text Example

White with #F27690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27690; }

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

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

background-color css

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

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

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

border-color css

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

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

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