Html Css Color HEX #F26295 Brilliant Rose

📋 copy color: '#F26295'

red 242 ◦ green 98 ◦ blue 149

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

Shades of Brilliant Rose #F26295

Tints of Brilliant Rose #F26295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.04%

 BLUE value IS 149 (58.59% from 255) = 30.47%

R = 49.49%
G = 20.04%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F26295 (or 0xF26295) is known color: Brilliant Rose. HEX triplet: F2, 62 and 95. RGB value is (242,98,149). Sum of RGB (Red+Green+Blue) = 242+98+149=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F26295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26295 is #0D9D6A. Grayscale: #929292. Windows color (decimal): -892267 or 9790194. OLE color: 9790194.

HSL color Cylindrical-coordinate representation of color #F26295: hue angle of 338.75º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26295 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 98 149 -
CMYK 0 0.60 0.38 0.05
HSL 338.75º 0.85% 0.67% -
HSV(B) 338.75º 0.6% 0.95% -
XYZ 46.41 29.78 31.74 -
YUV 146.87 129.21 195.85 -
System Red Green Blue C M Y K H S L
Decimal 242 98 149 0 0.60 0.38 0.05 338.75 0.85 0.67
Hex F2 62 95 0 3C 26 5 153 55 43
Octal 362 142 225 0 74 46 5 523 125 103
Binary 11110010 1100010 10010101 0 111100 100110 101 101010011 1010101 1000011

Color Harmonies of #F26295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26295

Black with #F26295

Text Example


Text Example

White with #F26295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26295; }

 p { color: rgb(242,98,149); }

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

background-color css

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

 a { background-color: rgb(242,98,149); }

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

border-color css

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

 span { border-color: rgb(242,98,149); }

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