Html Css Color HEX #F75D9A Brilliant Rose

📋 copy color: '#F75D9A'

red 247 ◦ green 93 ◦ blue 154

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

Shades of Brilliant Rose #F75D9A

Tints of Brilliant Rose #F75D9A

RGB

 RED value IS 247 (96.88% from 255) = 50%

 GREEN value IS 93 (36.72% from 255) = 18.83%

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

R = 50%
G = 18.83%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F75D9A (or 0xF75D9A) is known color: Brilliant Rose. HEX triplet: F7, 5D and 9A. RGB value is (247,93,154). Sum of RGB (Red+Green+Blue) = 247+93+154=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75D9A is #08A265. Grayscale: #919191. Windows color (decimal): -565862 or 10116599. OLE color: 10116599.

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

Color convert

RGB 247 93 154 -
CMYK 0 0.62 0.38 0.03
HSL 336.23º 0.91% 0.67% -
HSV(B) 336.23º 0.62% 0.97% -
XYZ 48.1 29.94 33.81 -
YUV 146 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 247 93 154 0 0.62 0.38 0.03 336.23 0.91 0.67
Hex F7 5D 9A 0 3E 26 3 150 5B 43
Octal 367 135 232 0 76 46 3 520 133 103
Binary 11110111 1011101 10011010 0 111110 100110 11 101010000 1011011 1000011

Color Harmonies of #F75D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D9A

Black with #F75D9A

Text Example


Text Example

White with #F75D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D9A; }

 p { color: rgb(247,93,154); }

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

background-color css

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

 a { background-color: rgb(247,93,154); }

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

border-color css

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

 span { border-color: rgb(247,93,154); }

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