Html Css Color HEX #F853AF Brilliant Rose

📋 copy color: '#F853AF'

red 248 ◦ green 83 ◦ blue 175

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

Shades of Brilliant Rose #F853AF

Tints of Brilliant Rose #F853AF

RGB

 RED value IS 248 (97.27% from 255) = 49.01%

 GREEN value IS 83 (32.81% from 255) = 16.4%

 BLUE value IS 175 (68.75% from 255) = 34.58%

R = 49.01%
G = 16.4%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F853AF (or 0xF853AF) is known color: Brilliant Rose. HEX triplet: F8, 53 and AF. RGB value is (248,83,175). Sum of RGB (Red+Green+Blue) = 248+83+175=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F853AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F853AF is #07AC50. Grayscale: #8E8E8E. Windows color (decimal): -502865 or 11490296. OLE color: 11490296.

HSL color Cylindrical-coordinate representation of color #F853AF: hue angle of 326.55º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F853AF is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 83 175 -
CMYK 0 0.67 0.29 0.03
HSL 326.55º 0.92% 0.65% -
HSV(B) 326.55º 0.67% 0.97% -
XYZ 49.54 29.24 43.59 -
YUV 142.82 146.16 203.02 -
System Red Green Blue C M Y K H S L
Decimal 248 83 175 0 0.67 0.29 0.03 326.55 0.92 0.65
Hex F8 53 AF 0 43 1D 3 147 5C 41
Octal 370 123 257 0 103 35 3 507 134 101
Binary 11111000 1010011 10101111 0 1000011 11101 11 101000111 1011100 1000001

Color Harmonies of #F853AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F853AF

Black with #F853AF

Text Example


Text Example

White with #F853AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F853AF; }

 p { color: rgb(248,83,175); }

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

background-color css

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

 a { background-color: rgb(248,83,175); }

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

border-color css

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

 span { border-color: rgb(248,83,175); }

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