Html Css Color HEX #F74DBA Brilliant Rose

📋 copy color: '#F74DBA'

red 247 ◦ green 77 ◦ blue 186

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

Shades of Brilliant Rose #F74DBA

Tints of Brilliant Rose #F74DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.1%

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 48.43%
G = 15.1%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F74DBA (or 0xF74DBA) is known color: Brilliant Rose. HEX triplet: F7, 4D and BA. RGB value is (247,77,186). Sum of RGB (Red+Green+Blue) = 247+77+186=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74DBA is #08B245. Grayscale: #8B8B8B. Windows color (decimal): -569926 or 12209655. OLE color: 12209655.

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

Color convert

RGB 247 77 186 -
CMYK 0 0.69 0.25 0.03
HSL 321.53º 0.91% 0.64% -
HSV(B) 321.53º 0.69% 0.97% -
XYZ 49.87 28.63 49.35 -
YUV 140.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 247 77 186 0 0.69 0.25 0.03 321.53 0.91 0.64
Hex F7 4D BA 0 45 19 3 142 5B 40
Octal 367 115 272 0 105 31 3 502 133 100
Binary 11110111 1001101 10111010 0 1000101 11001 11 101000010 1011011 1000000

Color Harmonies of #F74DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74DBA

Black with #F74DBA

Text Example


Text Example

White with #F74DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74DBA; }

 p { color: rgb(247,77,186); }

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

background-color css

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

 a { background-color: rgb(247,77,186); }

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

border-color css

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

 span { border-color: rgb(247,77,186); }

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