Html Css Color HEX #F35D94 French Rose

📋 copy color: '#F35D94'

red 243 ◦ green 93 ◦ blue 148

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

Shades of French Rose #F35D94

Tints of French Rose #F35D94

RGB

 RED value IS 243 (95.31% from 255) = 50.21%

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

 BLUE value IS 148 (58.2% from 255) = 30.58%

R = 50.21%
G = 19.21%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F35D94 (or 0xF35D94) is known color: French Rose. HEX triplet: F3, 5D and 94. RGB value is (243,93,148). Sum of RGB (Red+Green+Blue) = 243+93+148=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F35D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35D94 is #0CA26B. Grayscale: #909090. Windows color (decimal): -828012 or 9723379. OLE color: 9723379.

HSL color Cylindrical-coordinate representation of color #F35D94: hue angle of 338º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F35D94 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 93 148 -
CMYK 0 0.62 0.39 0.05
HSL 338º 0.86% 0.66% -
HSV(B) 338º 0.62% 0.95% -
XYZ 46.22 29.02 31.18 -
YUV 144.12 130.2 198.53 -
System Red Green Blue C M Y K H S L
Decimal 243 93 148 0 0.62 0.39 0.05 338 0.86 0.66
Hex F3 5D 94 0 3E 27 5 152 56 42
Octal 363 135 224 0 76 47 5 522 126 102
Binary 11110011 1011101 10010100 0 111110 100111 101 101010010 1010110 1000010

Color Harmonies of #F35D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35D94

Black with #F35D94

Text Example


Text Example

White with #F35D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35D94; }

 p { color: rgb(243,93,148); }

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

background-color css

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

 a { background-color: rgb(243,93,148); }

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

border-color css

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

 span { border-color: rgb(243,93,148); }

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