Html Css Color HEX #F26094 Brilliant Rose

📋 copy color: '#F26094'

red 242 ◦ green 96 ◦ blue 148

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

Shades of Brilliant Rose #F26094

Tints of Brilliant Rose #F26094

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.75%

 BLUE value IS 148 (58.2% from 255) = 30.45%

R = 49.79%
G = 19.75%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F26094 (or 0xF26094) is known color: Brilliant Rose. HEX triplet: F2, 60 and 94. RGB value is (242,96,148). Sum of RGB (Red+Green+Blue) = 242+96+148=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F26094 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26094 is #0D9F6B. Grayscale: #919191. Windows color (decimal): -892780 or 9724146. OLE color: 9724146.

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

Color convert

RGB 242 96 148 -
CMYK 0 0.60 0.39 0.05
HSL 338.63º 0.85% 0.66% -
HSV(B) 338.63º 0.6% 0.95% -
XYZ 46.15 29.38 31.26 -
YUV 145.58 129.37 196.77 -
System Red Green Blue C M Y K H S L
Decimal 242 96 148 0 0.60 0.39 0.05 338.63 0.85 0.66
Hex F2 60 94 0 3C 27 5 153 55 42
Octal 362 140 224 0 74 47 5 523 125 102
Binary 11110010 1100000 10010100 0 111100 100111 101 101010011 1010101 1000010

Color Harmonies of #F26094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26094

Black with #F26094

Text Example


Text Example

White with #F26094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26094; }

 p { color: rgb(242,96,148); }

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

background-color css

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

 a { background-color: rgb(242,96,148); }

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

border-color css

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

 span { border-color: rgb(242,96,148); }

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