Html Css Color HEX #F2859C Carissma

📋 copy color: '#F2859C'

red 242 ◦ green 133 ◦ blue 156

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

Shades of Carissma #F2859C

Tints of Carissma #F2859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.05%

 BLUE value IS 156 (61.33% from 255) = 29.38%

R = 45.57%
G = 25.05%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2859C (or 0xF2859C) is known color: Carissma. HEX triplet: F2, 85 and 9C. RGB value is (242,133,156). Sum of RGB (Red+Green+Blue) = 242+133+156=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2859C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2859C is #0D7A63. Grayscale: #A8A8A8. Windows color (decimal): -883300 or 10257906. OLE color: 10257906.

HSL color Cylindrical-coordinate representation of color #F2859C: hue angle of 347.34º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2859C is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 133 156 -
CMYK 0 0.45 0.36 0.05
HSL 347.34º 0.81% 0.74% -
HSV(B) 347.34º 0.45% 0.95% -
XYZ 51.01 38.05 36.11 -
YUV 168.21 121.11 180.63 -
System Red Green Blue C M Y K H S L
Decimal 242 133 156 0 0.45 0.36 0.05 347.34 0.81 0.74
Hex F2 85 9C 0 2D 24 5 15B 51 4A
Octal 362 205 234 0 55 44 5 533 121 112
Binary 11110010 10000101 10011100 0 101101 100100 101 101011011 1010001 1001010

Color Harmonies of #F2859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2859C

Black with #F2859C

Text Example


Text Example

White with #F2859C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2859C; }

 p { color: rgb(242,133,156); }

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

background-color css

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

 a { background-color: rgb(242,133,156); }

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

border-color css

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

 span { border-color: rgb(242,133,156); }

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