Html Css Color HEX #F565A0 Brilliant Rose

📋 copy color: '#F565A0'

red 245 ◦ green 101 ◦ blue 160

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

Shades of Brilliant Rose #F565A0

Tints of Brilliant Rose #F565A0

RGB

 RED value IS 245 (96.09% from 255) = 48.42%

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

 BLUE value IS 160 (62.89% from 255) = 31.62%

R = 48.42%
G = 19.96%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F565A0 (or 0xF565A0) is known color: Brilliant Rose. HEX triplet: F5, 65 and A0. RGB value is (245,101,160). Sum of RGB (Red+Green+Blue) = 245+101+160=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F565A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F565A0 is #0A9A5F. Grayscale: #969696. Windows color (decimal): -694880 or 10511861. OLE color: 10511861.

HSL color Cylindrical-coordinate representation of color #F565A0: hue angle of 335.42º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F565A0 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 101 160 -
CMYK 0 0.59 0.35 0.04
HSL 335.42º 0.88% 0.68% -
HSV(B) 335.42º 0.59% 0.96% -
XYZ 48.66 31.26 36.73 -
YUV 150.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 245 101 160 0 0.59 0.35 0.04 335.42 0.88 0.68
Hex F5 65 A0 0 3B 23 4 14F 58 44
Octal 365 145 240 0 73 43 4 517 130 104
Binary 11110101 1100101 10100000 0 111011 100011 100 101001111 1011000 1000100

Color Harmonies of #F565A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F565A0

Black with #F565A0

Text Example


Text Example

White with #F565A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F565A0; }

 p { color: rgb(245,101,160); }

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

background-color css

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

 a { background-color: rgb(245,101,160); }

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

border-color css

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

 span { border-color: rgb(245,101,160); }

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