Html Css Color HEX #F0659A Brilliant Rose

📋 copy color: '#F0659A'

red 240 ◦ green 101 ◦ blue 154

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

Shades of Brilliant Rose #F0659A

Tints of Brilliant Rose #F0659A

RGB

 RED value IS 240 (94.14% from 255) = 48.48%

 GREEN value IS 101 (39.84% from 255) = 20.4%

 BLUE value IS 154 (60.55% from 255) = 31.11%

R = 48.48%
G = 20.4%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0659A (or 0xF0659A) is known color: Brilliant Rose. HEX triplet: F0, 65 and 9A. RGB value is (240,101,154). Sum of RGB (Red+Green+Blue) = 240+101+154=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0659A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0659A is #0F9A65. Grayscale: #949494. Windows color (decimal): -1022566 or 10118640. OLE color: 10118640.

HSL color Cylindrical-coordinate representation of color #F0659A: hue angle of 337.12º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0659A is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 101 154 -
CMYK 0 0.58 0.36 0.06
HSL 337.12º 0.82% 0.67% -
HSV(B) 337.12º 0.58% 0.94% -
XYZ 46.42 30.17 33.95 -
YUV 148.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 240 101 154 0 0.58 0.36 0.06 337.12 0.82 0.67
Hex F0 65 9A 0 3A 24 6 151 52 43
Octal 360 145 232 0 72 44 6 521 122 103
Binary 11110000 1100101 10011010 0 111010 100100 110 101010001 1010010 1000011

Color Harmonies of #F0659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0659A

Black with #F0659A

Text Example


Text Example

White with #F0659A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0659A; }

 p { color: rgb(240,101,154); }

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

background-color css

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

 a { background-color: rgb(240,101,154); }

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

border-color css

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

 span { border-color: rgb(240,101,154); }

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