Html Css Color HEX #F65BA4 Brilliant Rose

📋 copy color: '#F65BA4'

red 246 ◦ green 91 ◦ blue 164

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

Shades of Brilliant Rose #F65BA4

Tints of Brilliant Rose #F65BA4

RGB

 RED value IS 246 (96.48% from 255) = 49.1%

 GREEN value IS 91 (35.94% from 255) = 18.16%

 BLUE value IS 164 (64.45% from 255) = 32.73%

R = 49.1%
G = 18.16%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F65BA4 (or 0xF65BA4) is known color: Brilliant Rose. HEX triplet: F6, 5B and A4. RGB value is (246,91,164). Sum of RGB (Red+Green+Blue) = 246+91+164=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65BA4 is #09A45B. Grayscale: #919191. Windows color (decimal): -631900 or 10771446. OLE color: 10771446.

HSL color Cylindrical-coordinate representation of color #F65BA4: hue angle of 331.74º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65BA4 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 91 164 -
CMYK 0 0.63 0.33 0.04
HSL 331.74º 0.9% 0.66% -
HSV(B) 331.74º 0.63% 0.96% -
XYZ 48.45 29.76 38.31 -
YUV 145.67 138.35 199.56 -
System Red Green Blue C M Y K H S L
Decimal 246 91 164 0 0.63 0.33 0.04 331.74 0.9 0.66
Hex F6 5B A4 0 3F 21 4 14C 5A 42
Octal 366 133 244 0 77 41 4 514 132 102
Binary 11110110 1011011 10100100 0 111111 100001 100 101001100 1011010 1000010

Color Harmonies of #F65BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65BA4

Black with #F65BA4

Text Example


Text Example

White with #F65BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65BA4; }

 p { color: rgb(246,91,164); }

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

background-color css

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

 a { background-color: rgb(246,91,164); }

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

border-color css

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

 span { border-color: rgb(246,91,164); }

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